Skip to content

Challenge Call Out Optional Actions With Button Info

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

Challenge Call out Optional Actions with Button Info

Bootstrap comes with several pre-defined colors for buttons. The btn-info class is used to call attention to optional actions that the user can take. Note that these buttons still need the btn andbtn-block classes.

<button class= "btn btn-block btn-info">Info</button>
Clone this wiki locally