From 9ad548f344fb44955b7acf6bf1988cd93db29907 Mon Sep 17 00:00:00 2001 From: Jerica Harwood <44452147+jericaharwood@users.noreply.github.com> Date: Thu, 27 Jun 2019 21:47:50 -0400 Subject: [PATCH] Added code exmaple and more information (#28342) --- .../add-elements-within-your-bootstrap-wells/index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/guide/english/miscellaneous/add-elements-within-your-bootstrap-wells/index.md b/guide/english/miscellaneous/add-elements-within-your-bootstrap-wells/index.md index d89db85eb1..5764ec73a8 100644 --- a/guide/english/miscellaneous/add-elements-within-your-bootstrap-wells/index.md +++ b/guide/english/miscellaneous/add-elements-within-your-bootstrap-wells/index.md @@ -1,4 +1,13 @@ --- title: Add Elements Within Your Bootstrap Wells --- -Once you have gone deep enough in `divs` you can start adding your Bootstrap buttons. \ No newline at end of file +Once you have gone deep enough in `divs` you can start adding your Bootstrap buttons. + +**Code Example:** + +`
` + + +#### More Information: + +* [Bootstrap Wells](https://www.w3schools.com/bootstrap/bootstrap_wells.asp)