CSS list-style-type not working

前端 未结 6 948
误落风尘
误落风尘 2021-02-05 06:11

I have set the list-style-type in CSS, but for some reason it\'s not showing it.

6条回答
  •  广开言路
    2021-02-05 06:40

    Because of your padding reset, the numbers are actually off to the left of the page. Try adding:

    list-style-position: inside;
    

提交回复
热议问题