Create a Bootstrap Headline

**Tell us what’s happening:**my code won’t run

Your code so far

<h3 class="text-center","text-primary">jQuery Playground</h3>



Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/create-a-bootstrap-headline

Separate Multiple inline css class names with a space not a comma and as one unified string, ex.
<h3 class="classA classB"></h3>

1 Like