Design comparison
SolutionDesign
Community feedback
- @afaiz-spacePosted over 2 years ago
Hey @AbdurRaheemC,
- congratulation on completing the challenges.
- media query does not work in your project.
background-color: white;
insteadbackground-color: aliceblue;
of main class.
0 - @githukelvinPosted over 2 years ago
@AbdurRaheemC
You can use Grid display. Then use
grid-template-columns:1fr 1fr;
use that on 1440pxThen on mobile use
- `Grid-template-columns:1fr;` add -`grid-template-rows:1fr 1fr;`
that will make you project look good and responsive.
Happy coding Hope you find it helpful
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