What am I doing wrong #25? says should be 100px but thats what I have and zoom is reset



img {
    

height; 100px;
width: 300px; 
border: 1px solid #4682b4;

}





h1 {

font-family: Verdana,sans-serif; 

color: #576d94;

border: 1px solid #4682b4 ;

}

p

{
    font-family: Garamond,serif; 
    font-size: 18px;
    
    color: #4a4943; }
    
    

You have a semi colon supposed to be a ( : )

Thank you!Thank you!Thank you!

1 Like