Challenge Call Out Optional Actions With Button Info - thelastmile/FreeCodeCamp GitHub Wiki
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>