Design comparison
SolutionDesign
Community feedback
- @ify47Posted over 1 year ago
center your div by adding this to your body in css
body { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; }
and try to move your styles to a stylesheet to make your code clean, Overall, this is an awesome solution :).
I hope this has been helpful.
Marked as helpful0
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