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 Style the Image Captions

CJ Jugarap
CJ Jugarap
2,517 Points

I'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
Tiffany McAllister
25,806 Points

You 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.

Would 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
CJ Jugarap
2,517 Points
#gallery li a p {
  margin 0;
  padding 5%;
  font-size: 0.75em;
  color: #bdc3c7;
}