Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
graphics and look
Community feedback
- @mkborisPosted 3 months ago
Great work, to properly center the content, add this on the body
/* your other styles */ min-height: 100vh; display: flex; align-items: center; justify-content: center;
- Font-size should be written in
rem
not px. This article explains it better Why font-size must NEVER be in pixels. - Consider using a modern CSS reset at the start of the styles in every project. Like this one Modern CSS Reset. This will help reset a list of default browser styles.
Marked as helpful0 - Font-size should be written in
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