https://www.codecademy.com/courses/web-beginner-en-TlhFi/4/5?curriculum_id=50579fb998b470000202dc8b
I’m not sure what’s wrong with what I’m putting into the code but the error message:
Oops, try again. Did you remember to set your link’s text-decoration to none;?
If someone could help me figure this out that would be great.
```h1{
font-family: Verdana, sans-serif;
color: #576D94;
}
p{
font-family: Garamond, serif;
font-size: 18px;
color: #4A4943;
}
img{
height: 100px;
width: 300px;
border:1px solid #4682b4;
}
link{
text-decoration: none;
color: #cc0000;
}
<do not remove the three backticks above>