When I try to center a <ul>
the text in the <li>
centers but the bullet points stay on the far left of the page. Is there any way to get the bullet points to stay with the text when it is centered?
#abc{text-align: center; }
<div id="section1">
<div id="abc">
<ul>
<li>one</li>
<li>two</li>
<li>three</li>
</ul>
<div/>
<div/>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…