This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Kevin Brown
over 9 years

21/26: Oops, try again. Did you remember to set your a's ...?

Oops, try again. Did you remember to set your a’s text-decoration to none?

CSS Code:

/*Add your CSS below!*/
a{
    color : #cc0000;
    text-decoration : none;
}

Answer 5486672495e3783f33000023

9 votes

Permalink

Ok, I found an answer, but I am not sure why it was wrong, before. I took out the space in front of the colon after the text decoration.

My code now looks like this….

a{
    color : #cc0000; 
    text-decoration: none;
}
points
Submitted by Kevin Brown
over 9 years

3 comments

soomaa620 over 9 years

thanks. I wonder if this is a syntax problem or just a problem of this compiler

Jack Yun about 9 years

thanks i think this is just problem of compiler. not the code problem

Anirudha about 9 years

thanx

Answer 54d60b86e39efe79d80043e9

1 vote

Permalink

thanks

points
Submitted by dengxun
about 9 years