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 trialUpeksha Liyanaarachchi
11,018 PointsJavaScript
task - edit the CSS stylesheet to change to "links"to have a padding of 10 px.
What I did was - padding: 10px;} but it says it's wrong. Please tell me what did I wrong.
1 Answer
jason chan
31,009 Pointsa {
background: transparent;
border: 0;
display: block;
float: left;
margin: 0;
outline: 0;
padding: 10px;
width: 33%;
}
Change the padding of links which is a href