- Size and borders , i can not finish this lession, i think my code is ok, but it still says “Oops, try again.
Did you remember to give your image a 1px solid #4682b4 border?”
here is my code:
h1{
font-family: Verdana,sans-serif;
color:#576d94;
}
p{
font-family: Garamond,serif;
font-size: 18;
color:#4a4943;
}
img{
height:100px;
width:300px;
border:1px solid #4682b4;
}