Bootstrap CSS Classes

Bootstrap CSS class .list-inline

<ul class="list-inline">
  <li class="list-inline-item">Lorem ipsum</li>
  <li class="list-inline-item">Phasellus iaculis</li>
  <li class="list-inline-item">Nulla volutpat</li>
</ul>

Preview

CSS source

/* _type.scss:89 */
.list-inline {
  @include list-unstyled;
}

Check .list-inline in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Bootstrap CSS classes in Typography category

© 2024 Shuffle. All rights reserved.