Design comparison
Solution retrospective
Hi all, This is my second challenge and I tried to make it entirely with CSS-Grid. Looking forward to your feedback.
Thank you,
Jithu
Community feedback
- @FluffyKasPosted about 3 years ago
Hey, it looks really good! There are only 2 things that really needs fixing here:
-
Your background: you could give the
body
abackground-size: contain
, that will fix the desktop view. In mobile view, do the same and also, I'd get rid of thebackground-position: center
, there's no need for it ^^ -
Take a look at the accessibility report as well and swap the appropriate divs to more semantic elements! Semantic markup is very important. Regarding your alt text, "Hero illustration" isn't a functional alt I'm afraid. :) I suggest reading this guide if you want to have a better understanding of this topic: (https://axesslab.com/alt-texts/)
Marked as helpful1@jithusnairPosted about 3 years ago@FluffyKas Hey, thank you so much. The link on alt-text was really helpful.
0 -
- @chetanhaobijamPosted about 3 years ago
Great solution. Just give some top margin/padding to the Heading (Order Summary) to match the design. Also try to fix the accessibility issues by using semantic HTML elements.
0
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