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

Laura Hill
Laura Hill
13,677 Points

Code Challenge question

h1 { text-transform: capitalize; }

p { text-indent: 50px; line-height: 1.5; }

a:active { text-decoration: none; }

Why does it keep telling me "BUMMER Check your text-decoration declaration" ?

2 Answers

Hi Laura,

Which challenge is this for?

Laura Hill
Laura Hill
13,677 Points

Hi, Thank you for replying. I finally put the code in the HTML and not on the CSS file. Thats how I got past that question. I'm sorry I only know it was a challenge within CSS, Text, Fonts and Lists. I was to remove the underline from the link. No matter how many different selectors I tried, it kept saying "BUMMER" even though the code was functional. I may have used the backdoor. I'm not sure what they were looking for!!