Flexbox and Grid

Solution retrospective
If you have time, please review the code. You will be highly appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @darryncodes
Awesome work Bibek. You responsive design is great.
You may want to:
- add
background: hsl(233, 47%, 7%);'
to the<body>
not the.container
- use semantic html. your
.container
<div>
could be<main>
. This should resolve the warnings in the accessibility report
- add
- @ganbnuray
I think if you set
flex:1;
to .box the layout of .data would look much better.
Join 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