How can I increase the bullet size in a li?

后端 未结 4 1387
遥遥无期
遥遥无期 2020-12-09 08:57

The bullets in IE8 are so small, I tried changing the font-size, but that didn\'t work. Code:

4条回答
  •  借酒劲吻你
    2020-12-09 09:36

    You can also do use this: its works for me

    li::marker{
       content:"\25A0" 
       font-size: 1.5rem
       color: black;
       vertical-align: bottom;
    }
    
     
    

提交回复
热议问题