Hi! I tested my page on codepen and I had a problem regarding the layout:
“2. The element should be centered within its parent element.”
It looks that I have managed to correct it since it came back 100% correct, meaning all the requirements were met, however my image (in Chrome) and the image caption still doesn’t show centered. I feel unsure of my “code” in this section:
#img-div{
height:auto;
max-width: 500px;
text-align: center;
padding: 6px;
}
#img-div img{
display: block;
height: auto;
margin: auto;
max-width: 100%;
}
I want to leave the website as simple as it is now, I’m just concerned about the image centering, I hope someone can help me out. I use Brackets, if that’s relevant information.
Here is the whole project: https://codepen.io/musicianATswampCastle/pen/oVVrMX
Thank you!