Design comparison
SolutionDesign
Community feedback
- @DarkMoonLitPosted 3 months ago
Hello Abigael74,
I have looked at your code and you did a fantastic job. I just wished to point out that the layout looks good on large screen but does not attain the height in desktop mode and on small screens. You have used media queries, an excellent choice by the way, just you can put a min-width and a max-width so that the screen sizing is adequate for all screens. ex: @media (min-width: 480px) and (max-width: 1200px)
I hope you find it useful. Happy coding!
Marked as helpful0@Abigael74Posted 3 months agoHello @DarkMoonLit,
Thank you for the advice, I will try to apply it in my next projects.
Have a nice day!
1
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