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

HTML How to Make a Website Adding Pages to a Website Add and Style Icons

Challenge Task 4 of 5????

Task 4 of 5 is telling me that when I add the ''padding:0 0 0 30px;" that this invalidates my task 1???

the forums don't link to the challenge so we need a little more context. Can you give us the exact question and the "bummer" message you get when your code gets rejected? The Markdown Cheatsheet can help you to insert code blocks if you're not already familiar with how to do that.

whoops, ignore the link above... That's wrong! Just look below the dialogue box on your response...

1 Answer

David Lane
David Lane
33,414 Points

Are you adding the padding to the links inside (.contact-info a) or to the (.contact-info) list? The task is asking you to set the padding for the .contact-info links and not for the list.

The first task has you remove all the padding for the list, so when you add padding to the list and not the links it will fail the first step or task.