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 trialHenry Miller
7,945 PointsMy navigation links are not adding any padding between them. I'm not sure what I'm doing wrong?
Snapshot: https://w.trhou.se/d44z0qzin7
3 Answers
Luciano Bruzzoni
15,518 PointsHey, try adding the padding to the li element instead.
Henry Miller
7,945 PointsIts 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.
Luciano Bruzzoni
15,518 PointsOh 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;
Henry Miller
7,945 PointsWords cannot describe how much I love you right now... Thanks!
Luciano Bruzzoni
15,518 PointsLol, glad it worked :D