gpt4 book ai didi

css - h1 居中,背景颜色调整为文本大小

转载 作者:太空宇宙 更新时间:2023-11-04 14:18:32 28 4
gpt4 key购买 nike

我想要一个 <h1>居中,背景颜色调整为文本大小。如您所见,现在它没有居中。这是我的尝试:

<h1>this text must be centered</h1>

h1 {
background-color: red;
display: inline-block;
margin: 0 auto;
padding: 5px;
}

http://jsfiddle.net/UtL4N/1/

最佳答案

请按如下方式进行。您应该为 h1 使用 display:table;

<h1>this text must be centered</h1>

h1 {
background-color: red;
display: table;
margin: 0 auto;
padding: 5px;
}

fiddle

关于css - h1 居中,背景颜色调整为文本大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20119116/

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