Design comparison
SolutionDesign
Solution retrospective
Any suggestions related to the display responsiveness would be helpful...
Community feedback
- @gumrahsindarPosted over 1 year ago
Hi 👋
- You should remove
background-color
property frommain
and add it tobody
. Thus, you can fill the light gray color to the whole page. - You should add
margin: 5rem auto
to body selector to ensure desired result. - You should use
grid
orflexbox
for smooth responsiveness instead of relative/absolute etc. (my suggestion is Grid, btw.)
Apart from these, it's looking good. Well done 👊
Marked as helpful0 - You should remove
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