Added code exmaple and more information (#28342)

This commit is contained in:
Jerica Harwood
2019-06-27 21:47:50 -04:00
committed by Randell Dawson
parent 927d250bd1
commit 9ad548f344

View File

@ -1,4 +1,13 @@
--- ---
title: Add Elements Within Your Bootstrap Wells title: Add Elements Within Your Bootstrap Wells
--- ---
Once you have gone deep enough in `divs` you can start adding your Bootstrap buttons. 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)