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

Bootstrap class: .alert-link

<div class="alert alert-danger" role="alert">
  <strong>Oh snap!</strong>
  <a href="#" class="alert-link">Change a few things up</a>
  and try submitting again.
</div>

Preview

Tips 💡

Sass source

/* _alert.scss:20 */
.alert-link {
  font-weight: $alert-link-font-weight;
}

/* _alert.scss:10 */
.alert-link {
  color: darken($color, 10%);
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _alert.scss:20 */
$alert-link-font-weight

/* _alert.scss:10 */
$color

More in Bootstrap Alerts