Remove Spacing between li

后端 未结 5 961
闹比i
闹比i 2021-02-08 03:12

How can I remove spacing between the li found here?

http://blog.raveis.com/badge/b.html

Confused on how to do this and I don\'t want to use negative margins. any

5条回答
  •  执笔经年
    2021-02-08 03:40

    Do you want using list center, you can using:

     ul { text-align: center; }
     li { margin-right: -4px; }
    

    How on this link

提交回复
热议问题