Use .list-unstyled
to remove the default styling from <ol>
and <ul>
elements.
- List item
- List item
- List item
Use .list-item
to add additional space around each list item.
- List item
- List item
- List item
- Lorem ipsum dolor sit amet, adipiscing elit.
- Nulla vitae elit libero, a pharetra augue.
- Donec id elit non mi porta gravida at eget metus.
- Quisque fringilla elit quis purus consectetur.
List style utilities provide additional control over the look-and-feel of lists.
Numbered list
Use .list-number
to apply a custom numbered style to a list.
- List item
- List item
- List item
Check list
Use .list-check
to apply a custom checklist style to a list.
- List item
- List item
- List item
Divider list
Use .divider-list
to present list items in a horizontal list separated by a divider.
- List item
- List item
- List item
The data-divider
attribute allows you to override the divider applied before a given list item:
- List item
- List item
- List item
We use this element in our themes to present call-to-actions, menus and lists of articles.
Comments
0 comments
Please sign in to leave a comment.