Design comparison
SolutionDesign
Community feedback
- @RabelahmedPosted 3 months ago
hello , your code looks goods but it is not centered. you can center your card component by using flexbox on it's parent element. try this code on the parent element of card component see if that solves it display: flex; align-items: center; justify-content: center; min-height:100vh;
0
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