Design comparison
SolutionDesign
Solution retrospective
Hi, this is my solution, feedbacks are very welcome!!
Community feedback
- @M-KgobePosted about 3 years ago
My suggest are that:
- Try setting a
min-height:100vh
to your body element, and make all contet to fit without overflowing. - I would also suggest using landmarks in your HTML document, check-out your report for more info.
- Increase the
max-width
of the@media
to about900px
(personally this is usually my first media query then followed maybe by600px
then400px/450px/475px
), you have to use those devTools. - Explore a bit of transitions.
other than that, the layout seems pretty good. and the slider works fine
Marked as helpful1 - Try setting a
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