gpt4 book ai didi

css -

在 100% 高度 div 的垂直中心

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

<分区>

我的 div 高度是 100%,但是当我这样做时,我不知道如何将 P-tag 垂直居中。

我该怎么做?

HTML:

<div>
<p>This text has to be vertically centered.</div>
</div>

CSS:

html, body {
height: 100%;
width: 100%;
}

div {
height: 100%;
width: 100%;
background: url(http://www.windsim.com/images/sky/sky_107.bmp) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

p {
font-family: "Times New Roman", Times, serif;
color: black;
text-align: center;
font-size: 65px;
}

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