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 trialJacob Goo
5,627 Points[ANSWERED] nav link padding problems
on my code challenge it tells me to set the top padding to 15px even though i have it set to 15px it still tells me i need to set the top padding to 15px
2 Answers
Jacob Goo
5,627 Pointssorry guys all i needed to add was an anchor element
Craig Watson
27,930 PointsHi Jacob,
this is a tipickle set up:
header { padding: 15px 0 0 0; }
header { padding: Top Right Bottom Left; }
Be sure to double check all the simple things like colons and semi-colons:
Hope This Helps!
Trent Burkenpas
22,388 PointsTrent Burkenpas
22,388 PointsHey Jacob,
Can you add your code to your question. That way I will have a better understanding of your issue.
Thanks