Design comparison
SolutionDesign
Community feedback
- @MelvinAguilarPosted 10 months ago
Hello there ๐. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
- The
<div class="container">
tag shouldn't have amin-height: 85vh
. This causes the card to elongate too much on mobile devices. Instead, the<body>
tag should have amin-height: 100vh
to ensure its element is centered correctly.
- Use semantic elements such as
<main>
and<footer>
to improve accessibility and organization of your page.
I hope you find it useful! ๐ Above all, the solution you submitted is great!
Happy coding!
0 - The
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