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 trialMaina Sigidi
838 PointsI have just opened the challenge but the page is blank. There is no code at all. Is this normal?
Since I am asked to remove something from the code there should be some code in there for sure.
1 Answer
Dustin Matlock
33,856 PointsHi Maina! It's asking to remove underlines from all links. Hint: you'll want to select all links using a:link
and then add the text-decoration
property and set the value to none
.
Maina Sigidi
838 PointsMaina Sigidi
838 PointsThank you, I guess I didn't quite understand the question. It makes sense now. Thanks again :)
Dustin Matlock
33,856 PointsDustin Matlock
33,856 PointsYou're very welcome.