Css and html

Hello can you helpme please ?
code this as the instructions said but they are not accepting it.

This is the instruccion:
In the CSS tab, change the text-decoration property of your link to none and its color to # cc0000

And this is what i do :

a{
text-decoration: none;
color: #cc0000;

}

please see this topic:

Quick Tips for Writing Good Posts

it explains the information we need to help you. Please include:

full code, so we can replicate the problem
exercise url, for quick access to the exercise to replicate the problem.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.