Design comparison
SolutionDesign
Solution retrospective
I had difficulty on solving this challenge, particularly with the main image hover icon. I used Position to solve this problem, but I feel this isn't the correct way. I'll come back to this challenge again later to try to solve in the right way.
Community feedback
- @hikkenoace1Posted over 1 year ago
you can use `body{
min-height:100vh;
display:flex;
justify-contnet:center;
align-items:center;
}` to make the card centered in the webpage
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord