How to control size of list-style-type disc in CSS?

后端 未结 11 1286
暗喜
暗喜 2020-12-23 17:24

My HTML first:

11条回答
  •  既然无缘
    2020-12-23 17:52

    I'm surprised that no one has mentioned the list-style-image property

    ul {
        list-style-image: url('images/ico-list-bullet.png');
    }
    

提交回复
热议问题