gpt4 book ai didi

css - 如何使用 css 将带有填充的字符和内联 block 对齐到底部?

转载 作者:行者123 更新时间:2023-11-28 05:37:47 25 4
gpt4 key购买 nike

如您所见,当您添加填充时,.button 不会与其他元素的 .row 底部对齐。

a {
display:inline-block;
}
.button{
padding:5px;
background:#ccc;
}
<div class="row">
some regulars texts
<a href="#">hello this is title</a>
<a class="button" href="#">add</a>
</div>

<div class="row">
another some regulars texts
<a href="#">hello this is another title</a>
<a class="button" href="#">add</a>
</div>

最佳答案

ofcourse 如果你给 padding allside 它不会如果你不想要 bottom 只是添加风格

padding-bottom:0px !important

.button{
padding:5px 5px 0px 5px;
background:#ccc;
}

关于css - 如何使用 css 将带有填充的字符和内联 block 对齐到底部?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38089047/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com