gpt4 book ai didi

css - div 的内容垂直居中

转载 作者:行者123 更新时间:2023-12-04 19:43:39 26 4
gpt4 key购买 nike

我有这个div:

HTML:

<div draggable="false" id="coffe">Free coffee</div>

CSS:

div {
position: absolute;
overflow: auto;
text-align: left;
font-size: 23px;
color: rgb(26, 66, 108);
font-family: roboto, Helvetica;
font-style: normal;
font-weight: bold;
-webkit-transition: none;
transition: none;
left: 0px;
top: 67.125px;
width: 1029.25px;
height: 234.93749999999997px;
opacity: 1;
background: grey;
}

我需要将其内容垂直居中,即“免费咖啡”。

我该怎么做?我尝试使用 vertical-align: middle; 但它不起作用。

这是 fiddle 文件:http://jsfiddle.net/2Mb39/

最佳答案

指定 line-height匹配 <div>的高度:

line-height: 235px;

查看此 jsFiddle Demo

关于css - div 的内容垂直居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20245736/

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