3-column preview card component using CSS Grid

Solution retrospective
Comments please!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ChamuMutezva
- fonts size use
rems
notvw
, same as with margins and paddings. At the moment do not change the default font size, rather leave the browser to its default settings and use rems for the elements
html { font-size: 3vw; // do not use this vw }
- remove
position: fixed
from.box
, on small devices i can only see one card and can not scroll to see the rest
- fonts size use
- @sean-b765
Look at the mobile view, you can't scroll.
- P@palgramming
Look at your challenge results in a web browser 625px wide and then ask yourself if you were the user would this page be useful to you ?
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