Bootstrap CSS Classes

Bootstrap CSS class .list-unstyled

<ul class="list-unstyled">
  <li>Integer molestie lorem at massa</li>
  <li>Facilisis in pretium nisl aliquet</li>
  <li>Nulla volutpat aliquam velit
    <ul>
      <li>Phasellus iaculis neque</li>
      <li>Purus sodales ultricies</li>
    </ul>
  </li>
  <li>Faucibus porta lacus fringilla vel</li>
  <li>Eget porttitor lorem</li>
</ul>

Preview

CSS source

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

Check .list-unstyled 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.