Files

17 lines
329 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: House our page within a Bootstrap container-fluid div
---
# House our page within a Bootstrap container-fluid div
2018-10-12 15:37:13 -04:00
---
## Solutions
<details><summary>Solution 1 (Click to Show/Hide)</summary>
2018-10-12 15:37:13 -04:00
```html
<div class="container-fluid">
<h3 class="text-primary text-center">jQuery Playground</h3>
</div>
```
2018-10-12 15:37:13 -04:00
</details>