Submitted over 2 years ago
HTML & CSS - No Pre-processor ( Updated thanks to@adimidania)
@Jexinte
Design comparison
SolutionDesign
Solution retrospective
Update of the solution thanks to @adimidania
Community feedback
- @adimidaniaPosted over 2 years ago
The card is looking great! good job Yokke you rock 🤩 However, the card needs to be centered, there are many ways to achieve that, one of them is to use flexbox! try to add the following properties to your body element.
display: flex; justify-content: center; align-items: center; flex-direction: column; min-height: 100vh;
Keep it up mate!
Marked as helpful1
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