Design comparison
SolutionDesign
Solution retrospective
My first challenge.
All feedback is welcome.
(updated to add the "readme.md" file)
Community feedback
- @josh76543210Posted over 1 year ago
Hello @MonicaSasGue,
Good job on your solution. Looks great!
One recommendation for you:
Remove the fixed
height
on your main div.contenedor { height: 100%; }
and replace it with a
min-height
..contenedor { min-height: 100vh; }
This will make your page more responsive and prevent your content from being cut off on smaller screens.
Happy coding!
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