Remove Spacing between li

后端 未结 5 948
闹比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:33

    This is rediculously late in the piece but I had the same problem today.

    I fixed it by laying out my HTML like so, thereby removing any space between the list it:

  • list-item 1
  • list-item 2
  • list-item 3
  • Example on Code Pen

提交回复
热议问题