Lists
- Unstyled List item
- Unstyled List item
- Unstyled List item
- Unstyled List item
<ul class="list-unstyled">
<li>Unstyled List item</li>
<li>Unstyled List item</li>
<li>Unstyled List item</li>
<li>Unstyled List item</li>
</ul>
- Dash List item
- Dash List item
- Dash List item
- Dash List item
<ul class="list-dash">
<li>Dash List item</li>
<li>Dash List item</li>
<li>Dash List item</li>
<li>Dash List item</li>
</ul>
- Border Dash List item
- Border Dash List item
- Border Dash List item
- Border Dash List item
<ul class="list-border-dashed">
<li>Border Dash List item</li>
<li>Border Dash List item</li>
<li>Border Dash List item</li>
<li>Border Dash List item</li>
</ul>
- Inline List 2xl
- Inline List 2xl
- Inline List 2xl
- Inline List xl
- Inline List xl
- Inline List xl
- Inline List lg
- Inline List lg
- Inline List lg
- Inline List
- Inline List
- Inline List
- Inline List dot
- Inline List dot
- Inline List dot
- Inline List dash
- Inline List dash
- Inline List dash
<ul class="list-inline-2xl">
<li>Inline List 2xl</li>
<li>Inline List 2xl</li>
<li>Inline List 2xl</li>
</ul>
<ul class="list-inline-xl">
<li>Inline List xl</li>
<li>Inline List xl</li>
<li>Inline List xl</li>
</ul>
<ul class="list-inline-lg">
<li>Inline List lg</li>
<li>Inline List lg</li>
<li>Inline List lg</li>
</ul>
<ul class="list-inline">
<li>Inline List</li>
<li>Inline List</li>
<li>Inline List</li>
</ul>
<ul class="list-inline-dot">
<li>Inline List dot</li>
<li>Inline List dot</li>
<li>Inline List dot</li>
</ul>
<ul class="list-inline-dash">
<li>Inline List dash</li>
<li>Inline List dash</li>
<li>Inline List dash</li>
</ul>