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

Bootstrap class: .alert-heading

<div class="alert alert-success" role="alert">
  <h4 class="alert-heading">Well done!</h4>
  You successfully read this important alert message.
</div>

Preview

Check .alert-heading 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

/* _alert.scss:14 */
.alert-heading {
  // Specified to prevent conflicts of changing $headings-color
  color: inherit;
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _alert.scss:14 */
$headings-color

More in Bootstrap Alerts