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 Polish the Navigation and Footer

My navigation links are not adding any padding between them. I'm not sure what I'm doing wrong?

3 Answers

Hey, try adding the padding to the li element instead.

Its still not working right. Could it be an issue with the html? I have added a class in the Portfolio link, but not the other two.

Oh I don't know if you fixed that already or not but you are missing : after padding. I just tried it and it worked for me

padding: 15px 10px;

Words cannot describe how much I love you right now... Thanks!

Lol, glad it worked :D