2018-10-12 15:37:13 -04:00
|
|
|
---
|
|
|
|
title: Add Elements Within Your Bootstrap Wells
|
|
|
|
---
|
2019-06-27 21:47:50 -04:00
|
|
|
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:
|
|
|
|
|
|
|
|
* [Bootstrap Wells](https://www.w3schools.com/bootstrap/bootstrap_wells.asp)
|