Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant go to the next step. #5554

Closed
GOGOLDATTA opened this issue Dec 30, 2015 · 2 comments · Fixed by Tshegofatso/freecodecamp#52 · 4 remaining pull requests
Closed

cant go to the next step. #5554

GOGOLDATTA opened this issue Dec 30, 2015 · 2 comments · Fixed by Tshegofatso/freecodecamp#52 · 4 remaining pull requests

Comments

@GOGOLDATTA
Copy link

Challenge Waypoint: Create a Bootstrap Headline has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

<h3 class="text-primary text-center" jQuery Playground </h3> 
I cant go to the next step .Please help.


@P1xt
Copy link
Contributor

P1xt commented Dec 30, 2015

@GOGOLDATTA you need a closing brace after the quoted class.

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

@GOGOLDATTA
Copy link
Author

thanx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment