gpt4 book ai didi

html - CSS 文本对齐不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 01:57:46 24 4
gpt4 key购买 nike

我的 CSS 有什么问题:文本没有像我期望的那样居中

参见 https://jsfiddle.net/L5bgrg8d/

  <html>
<head>
<title>

</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="container">
<div id="header">
My header
</div>
<div id="content">
<div id="nav"></div>
</div>
<div id="footer"></div>
</div>
</body>
</html>

样式.css

#header {
background-color: teal;
color: white
text-align: center;
}

最佳答案

在 css 中你漏掉了分号。

#header {
background-color: teal;
color: white;
text-align: center;
}

关于html - CSS 文本对齐不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42314140/

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