is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .lead

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

Preview

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.

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.

Tips 💡

Sass source

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

Uses variables

Code copied to the clipboard.

Copying failed

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

More in Bootstrap Typography