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 trialSamuel Andersen
1,233 PointsMy 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
2 Answers
ztwbzekpvk
12,893 PointsYour
#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
1,233 PointsThank you very much =) that was the problem
Samuel Andersen
1,233 PointsSamuel Andersen
1,233 PointsI watched the video for better quistions here is my code with codepen http://codepen.io/anon/pen/emXWGx