Files

15 lines
236 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: Create a Bootstrap Headline
---
# Create a Bootstrap Headline
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
<h3 class="text-primary text-center">jQuery Playground</h3>
```
2018-10-12 15:37:13 -04:00
</details>