I need an unordered list without any bullets

后端 未结 14 1506
清酒与你
清酒与你 2020-11-22 07:16

I have created an unordered list. I feel the bullets in the unordered list are bothersome, so I want to remove them.

Is it possible to have a list without bullets?<

14条回答
  •  一个人的身影
    2020-11-22 08:09

    If you're using Bootstrap, it has an "unstyled" class:

    Remove the default list-style and left padding on list items (immediate children only).

    Bootstrap 2:

    • ...

    http://twitter.github.io/bootstrap/base-css.html#typography

    Bootstrap 3 and 4:

    • ...

    Bootstrap 3: http://getbootstrap.com/css/#type-lists

    Bootstrap 4: https://getbootstrap.com/docs/4.3/content/typography/#unstyled

提交回复
热议问题