Design comparison
SolutionDesign
Community feedback
- @JreyIVPosted 7 months ago
Hi Wit,
Good job on this project, it looks great!
A few things to consider:
It looks like you didn't use the styles that are provided in the style-guide.md. Give that a look before you start the challenge. It contains font, colors, sizing, etc. This way you don't have to guess.
One way to center the div to the center of the page is to set the body to:
body { display:flex; justify-content: center; align-items: center; min-height: 100vh;
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