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

CSS How to Make a Website CSS: Cascading Style Sheets Style the Basic Elements

Paul Hilton
Paul Hilton
481 Points

challenge irrelevant

I'm on stage 4 in CSS part of building a website course. The challenge asks me to: Remove the underlines from all the links on the page. There's been no mention of this in course so far, and I'm presented with a blank page css/main.css (i.e. no links or underlines to do anything with even if I knew how to).

css/main.css

2 Answers

John Deininger
John Deininger
3,958 Points

You want to create a link in the .html file then in the css use type-decoration: none; to remove decorations from your link i.e. the line underneath

Paul Hilton
Paul Hilton
481 Points

Thanks - the problem was (is) a bug in my browser I think (Safari) passed to tech support