this is my css
img {
display: block;
height: 100px;
width: 300px;
margin: auto;
}
p {
text-align: center;
font-family: Garamond, serif;
font-size: 18px;
}
/Start adding your CSS below!/
div {
height:50px;
border-color:#6495ED;
border:2px;
border-width: 4px;
border-style: dashed;
border-color: red;
border-radius:5px;
margin:auto;
text-align:center;
}
link{
text-decoration:none;
color:red;
font-family:verdana;
}
but the error message says:Oops, try again. Did you remember to set your link’s text-decoration to none;?
does anyone know what is wrong?