Tamaño y bordes // Te acordaste darle a tu imagen un borde con valor 1px solid red?

No me esta funcionando el código, creo q esta bn pero me permite avanzar

h1{
font-family:Verdana,sans-serif;
color:#576d94;
}
p {
font-size:18px;
color:#4a4943;
font-family:Garamond,Serif;
}
img {
height:100px;
width;300px;
border:1px solid red;
}

you have a semi colon instead of a colon
width: 300px;

semi-colons where colons go, and vice-versa is a common error. Don’t feel bad.

punto y coma dos puntos donde van, y viceversa es un error común. No se sienta mal.

el código si te funciona tiene que ajustar el zoom de tu navegador con ctrl +0

no me deja avanzar con este código, creo que esta bien

h1 {
font-family: Verdana, sans-serif;
color: #576D94;
}
p{
font-size: 18px;
color: #4A4943;
font-family: Garamond, serif;
}
img {

height: 100px;
width: 300px;
border: 1px solid red;

}

@textmaster31931 Have you managed to pass this ? Still need help ?