gpt4 book ai didi

css - 在 Div 中间居中文本

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

我试图将时间置于 div 的中心。我知道我正在使用内联 CSS 控制它。我想两者都可以。

基本上只是尝试在 div 中间对齐文本 - vertical-align: middle; - 不工作。图像是当前外观 - 你可以看到它已关闭...

current look

想法?

  <div style="top: 50%; position: relative; font-family: Verdana; font-size: 10pt; color: green; height: 30px; border-top:1px solid ##000;">
7:45 am
</div>

最佳答案

添加等于高度line-height样式:

div {
font-family: Verdana; font-size: 10pt;
color: green;
height: 60px;
line-height: 60px;
border:1px solid #000;
text-align: center;
width: 100px;
}
<div>7:45 am</div>

关于css - 在 Div 中间居中文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29184028/

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