<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
It keeps saying “Oops, try again. Did you remember to set your link’s text-decoration to none;?”
I’ve tried other peoples code who have worked but it still didn’t work. Help!
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;
color: blue;
font-family: Arial;
}
<do not remove the three backticks above>