Skip to content

Challenge Warn Your Users Of A Dangerous Action

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Warn your Users of a Dangerous Action

The btn-danger class is the button color you'll use to notify users that the button performs a destructive action, such as deleting a cat photo. Note that these buttons still need the btn and btn-block classes.

<button class="btn btn-block btn-danger">Delete</button>

Clone this wiki locally