gpt4 book ai didi

html - CSS 宽度限制

转载 作者:行者123 更新时间:2023-11-28 04:07:19 26 4
gpt4 key购买 nike

如何让 h3 标签看起来像这样?

enter image description here

我尝试应用宽度和最大宽度 css 规则(例如宽度:120 像素;或 150 像素),但这些词彼此相邻出现。

有什么建议吗?

最佳答案

方法之一:

h3{
text-transform:uppercase;
background:green;
color:white;
float:left;
text-align:center;
width:100px;
}​

http://jsfiddle.net/fgu6W/

我猜有不少。

关于html - CSS 宽度限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13954265/

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