My code is not being saved

https://www.codecademy.com/en/courses/web-beginner-en-UuBLw/0/5?curriculum_id=50579fb998b470000202dc8b
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Oops, try again. Did you remember to set your link’s text-decoration to none;? That is the error I keep getting despite meeting all requirements - at least as long as I know

```

Replace this line with your code.
img {
display: block;
height: 100px;
width: 300px;
margin: auto;
}

p {
text-align: center;
font-family: Garamond, serif;
font-size: 18px;
}
div {
height: 50px;
width: 120px;
border-color: #6495ed;
background-color: #bcd2ee;
border-style: solid;
border-width: 2px;
border-radius: 5px;
margin: auto;
text-align: center;
}
a {
text-decoration: none;
font-family: Verdana;
}

<do not remove the three backticks above>

This exercise annoyingly doesn’t seem to work when you use chrome, try using a different browser.

Thanks man. Re-tried it with Firefox it worked.

Awesome, good to hear.

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