Design comparison
SolutionDesign
Community feedback
- @owlbuntPosted 10 months ago
There are some improvements you can make like Insted of using
100vh
use100dvh
to make your website more responsive. And to center a <div> you can also usedisplay:grid; place-items: center;
. and last you can delete all the unnecessary files which is not required after the challenge to keep your code and GitHub clean like thedesign
folder .Mark This as Helpful If It's Help
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