Help - HTML and CSS projects

1st :
Replace css #image by :

#image {
width: 100%;
height: auto;
max-width: 625px;
margin-left: auto;
margin-right: auto;
display: block;
}

credit : Tribute Page, responsively resize img relative to parent element

2 Likes