I have 9 out of 10 correct on tribute page. But I am hitting a wall when it comes to centering element in its parent element? Can someone help me please?
Hi @shaddehart509 !
We can’t really assist you without seeing a link to the project.
The screenshot doesn’t really help us.
I would also advise you to read the full error message.
The error messages will provide hints on how to fix the problem.
Hope that helps!
Hello.
Please provide a link to the code. For centering the image try this:
div > img {
margin: 0 auto;
}
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.