It won’t let me go to the next step because it’s saying that I didn’t make the a tags blue.
I think I did. Here’s the code:
a {
cursor: default;
text-decoration: underline;
color: blue;
}
And here’s the error:
Here’s the instructions:
- If you’d like to see the current state of styling, you can open initial.css. The basic layout is okay, but, no links are properly styled. Throughout this exercise, you’ll make all your changes to style.css. Let’s start by reinstating some of the classic browser link styles. First, add a CSS rule to make
<a>
tags blue by setting thecolor
property toblue
in order to distinguish links.
I can also see that the A Tags are blue in the index.html file