Files
freeCodeCamp/guide/english/miscellaneous/add-elements-within-your-bootstrap-wells/index.md
2019-06-27 18:47:50 -07:00

354 B

title
title
Add Elements Within Your Bootstrap Wells

Once you have gone deep enough in divs you can start adding your Bootstrap buttons.

Code Example:

<div class="well"><button type="button" class="btn btn-primary">Primary</button></div>

More Information: