Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS How to Make a Website Styling Web Pages and Navigation Build Navigation with Unordered Lists

Samuel Andersen
Samuel Andersen
1,233 Points

My color selectors went red and stopped working plz help

I realized when i refreshed during this video and it did work in the previously tutorial. I dont think i have changed anything out of the ordinary. It might be a glitch but since it has not gone away yet please take a look. http://i58.tinypic.com/2hdwkn9.png http://i59.tinypic.com/2cmup8l.png

http://i61.tinypic.com/wjyrn6.png

Samuel Andersen
Samuel Andersen
1,233 Points

I watched the video for better quistions here is my code with codepen http://codepen.io/anon/pen/emXWGx

2 Answers

Your

#gallery li a p

has no closing bracket.

Try this

#gallery li a p 
{
margin: 0 ;
padding: 5% ;
font-size: 0.75em ;
color: #BDC3C7 ;
}
Samuel Andersen
Samuel Andersen
1,233 Points

Thank you very much =) that was the problem