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

0 points
Submitted by chinanna
over 8 years

Did you remember to set your first <a> to the color #CDBE70?

For some reason i can’t get through to the next part. I’m not sure if my code is wrong, can someone help please? it keeps on saying “Did you remember to set your first <a> to the color #CDBE70?” index.html: `

Answer 55acb5f5e39efe5ccc000043

0 votes

Permalink

the exercise assumes you don’t make a list, so you need to use a:first-child and a:nth-child(3) to pass the exercise

I know, when you make list (which make sense) it make sense to adjust the css selectors accordingly, but the exercise doesn’t anticipate this.

also, you seem to have forget point 2 of the instructions:

On the CSS tab, set all a:links to have no text decoration and a color of #008B45.

points
Submitted by stetim94
over 8 years

2 comments

chinanna over 8 years

ooohhh, thank you!!!!!!! XD

stetim94 over 8 years

you’re welcome