Design comparison
SolutionDesign
Community feedback
- @Naveen-CBPosted 10 months ago
Hello @JPerez03, Your solution looks good and also code is perfect.
But I see some issue with centering your main element
šHere what you can do to fix it
-
Always add
min-height: 100vh
to center your main so, that it centers perfectly. -
And I also see that you are using vh unit for all sizing and also for font-size. This might be looking good for this solution but definitely make not responsive in the sense of big screen.
-So it is best practice to use rem or em for units you can refer units here
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