gpt4 book ai didi

html - 如何用元素符号居中无序列表?

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

我是网络编程的新手,我想不通,如何在中心放置文本和无序列表元素符号?这是代码:

 <div style="text-align:center;">
<h2 style="margin-top:43px;" class="text-center">Important years of life and work:</h2>
<ul >
<li>cat nip</li>
<li>laser pointers</li>
<li>lasagna</li>
</ul>
</div>

这是图片,向您展示我的意思: enter image description here

最佳答案

试试这个

div{
text-align:center;
}ul{
display:inline-block;
text-align:left;
}
<div style="text-align:center;">
<h2 style="margin-top:43px;" class="text-center">Important years of life and work:</h2>
<ul >
<li>cat nip</li>
<li>laser pointers</li>
<li>lasagna</li>
</ul>
</div>

关于html - 如何用元素符号居中无序列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40466778/

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