gpt4 book ai didi

html - 调整 div 中文本的 CSS 问题

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

在图片标题“当 DRF 远高于白线时越过白线时的账户和持有披露...

enter image description here

如何使用 css 将文本放在行的正上方。

HTML代码是

         <div class="tabs">
<img src="images/disclosure.png" />
Accounts and Holdings Disclosure</div>
<div class="tabs">
<img src="images/drf.png" />
DRF</div>

CSS 是

.tabs
{
height: 85px;
border-bottom: 1px solid #fff;
text-align: center;
color: #fff;
padding-bottom:7px;
}
.tabs img
{
display: block;
margin-left: auto;
margin-right: auto;
height: 70px;
margin-top: 5px;
}

最佳答案

你应该写:

.tabs {
height: auto;
}

关于html - 调整 div 中文本的 CSS 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14849068/

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