I started building a Tribute page on CodePen.io, followed the user stories and got 9 out of 10 of the tests. I've been stuck on resizing the image using CSS3. I googled, tried the answers but none worked for me. The CSS code is :
#img-div {
text-align: center;
display: block;
filter: grayscale(100%);
width: 100%;
}
img {
padding-top: 10px;
height: auto;
max-width: 330px;
}
Here is the link to the CodePen page https://codepen.io/dansia/pen/NWxNMJP look at it and help me solve this challenge.