Learn HTML by building a registration from - step 63

I’m stuck at step 63: using the pseudo class selector a to change the color of a link-text.
I can’t seem to find the problem here: the challenge asks me to change the color of the link text “terms and conditions” to #dfdfe2 by using an a selector.
I put this code in the stylesheet:
a:link{
color:#dfdfe2;
}
as this is the only link in the document I thought it would be enough, yet I get faulted every time, and cannot progress.
Suggestions, anyone?
I wondered if the color is not supported by the browser I’m using, which is Safari on ac Mac, because it translates to “Iron” in human language, but this doesn’t seem to make any difference.

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

alright. I’ll keep it in mind. I’ve submitted a dozen different variants with no luck. The tip behind the question mark only told me to use an an element selector, which is, obviously, what I thought I was doing. Sorry I am new to the forum. I’ll be sure to read the rules and practices here.

No worries. I only provided you with the steps because its the best way to ask a question. With the help of the button we get all of your code, and a link to the challenge automatically.

As it stands right now, you wont get a lot of helpful responses because we cant see all your code, and there is no link to the challenge. Most people are not going to go look through the curriculum to find the challenge you are on. When in doubt, the best thing to do is use the help button

1 Like

Have you figured this out yet?

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