CSS list-style-type not working

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

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

6条回答
  •  Happy的楠姐
    2021-02-05 07:02

    display:list-item;
    list-style-position:outside;
    

    It may give problem if list display: attribute is set to some thing else than display:list-item;

提交回复
热议问题