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

Did not need a semi-colon at the end of the font-family:Monospace statement to go to next challenge. I thought each attribute had to end with a ";". #1880

Closed
pguilbau opened this issue Aug 17, 2015 · 2 comments

Comments

@pguilbau
Copy link

Challenge http://freecodecamp.com/challenges/waypoint-set-the-font-family-of-an-element has an issue. Please describe how to reproduce it, and include links to screenshots if possible.

To reproduce, add the statement "font-family:Monospace" and you will be able to go to next challenge.

I thought you needed a semi-colon at the end of each attribute.

image

@AryanJ-NYC
Copy link
Contributor

A semi-colon isn't completely necessary for the last element in CSS. However, it's definitely good practice.

More information here:
http://stackoverflow.com/questions/11939595/leaving-out-the-last-semicolon-of-a-css-block

@pguilbau
Copy link
Author

Thank you, AryanJ,

Paul

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants