Bootstrap CSS Classes

Bootstrap CSS class .lead

<p class="lead">
  Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.
</p>

Preview

CSS source

/* _type.scss:23 */
.lead {
  font-size: $lead-font-size;
  font-weight: $lead-font-weight;
}

Check .lead 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.