Bootstrap CSS Classes

Bootstrap CSS 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

CSS source

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

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.

More Bootstrap CSS classes in Alerts category

© 2024 Shuffle. All rights reserved.