How to center an unordered list?

后端 未结 5 833
没有蜡笔的小新
没有蜡笔的小新 2020-11-27 04:43

I need to center an unordered list of unknown width, while still keeping the list-items left aligned.

Achieve the same result as this:

HTML<

5条回答
  •  Happy的楠姐
    2020-11-27 05:29

    ul {
      display: table;
      margin: 0 auto;
    }
    
    
    
      
    • 56456456
    • 4564564564564649999999999999999999999999999996
    • 45645

提交回复
热议问题