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 trialCJ Jugarap
2,517 PointsI'm playing with the margin, setting it to different values such as 10, 50, 100, however I do not see a difference...
Using Google Chrome Browser
3 Answers
Tiffany McAllister
25,806 PointsYou do not have a colon after the words 'margin' and 'padding'.
Also the word 'gallery' should have a # or . before it, depending on whether it is an ID or class.
Terrell Stagner
3,446 PointsWould you be able to post your code? It would help us see what you are doing.
---Usually when I notice something is not working I check to see if I am missing a semi colon or bracket or maybe I miss spelled something. Really easy to do.
CJ Jugarap
2,517 Points#gallery li a p {
margin 0;
padding 5%;
font-size: 0.75em;
color: #bdc3c7;
}
CJ Jugarap
2,517 PointsCJ Jugarap
2,517 PointsThank you!