I've been working on creating a Tribute page on CodePen.io and have successfully completed 9 out of the 10 tests as per the user stories. However, I am facing difficulties in resizing the image using CSS3. Despite trying various solutions found through Google search, none seem to work for me. The CSS code I am currently using is as follows:
#img-div {
text-align: center;
display: block;
filter: grayscale(100%);
width: 100%;
}
img {
padding-top: 10px;
height: auto;
max-width: 330px;
}
If you'd like to take a look at my CodePen page and assist me in overcoming this challenge, please visit https://codepen.io/dansia/pen/NWxNMJP.