Bootstrap Page with H3 Element (#32139)

fix(curriculum): added solution for Bootstrap Page with H3 Element
This commit is contained in:
zcarroll4
2018-11-06 08:09:14 -05:00
committed by Valeriy
parent 85c9fe0a48
commit 4cec01a21c

View File

@ -48,14 +48,13 @@ tests:
</div> </div>
</section> </section>
## Solution ## Solution
<section id='solution'> <section id='solution'>
```js ```html
// solution required <h3 class="text-primary text-center">jQuery Playground</h3>
``` ```
</section> </section>