From 73b4f8c41db8978aab5fb3957dd7a66030c5f954 Mon Sep 17 00:00:00 2001 From: Dana Ottaviani Date: Sun, 24 Mar 2019 13:28:07 -0400 Subject: [PATCH] fix: add solution to Bootstrap challenge (#35650) --- ...nts-within-your-bootstrap-wells.english.md | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-elements-within-your-bootstrap-wells.english.md b/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-elements-within-your-bootstrap-wells.english.md index 1fd469b0b2..eacf184531 100644 --- a/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-elements-within-your-bootstrap-wells.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-elements-within-your-bootstrap-wells.english.md @@ -67,7 +67,25 @@ tests: ## Solution
-```js -// solution required +```html +
+

jQuery Playground

+
+
+
+ + + +
+
+
+
+ + + +
+
+
+
```