Design comparison
Community feedback
- @LouisVerchPosted about 10 hours ago
Hey ! Nice work using grid on this project and nice jobs on the units as well (vw). Just some quick points that you could improve :
-
On tablets and laptops around the breakpoint for the image switch your image gets stretched along the vertical axis. This has probably something to do with your width percentage that goes from 50 to 80%. I encountered the same issue and played around with gap to display my text correctly.
-
You could setup your colors as variables at the top of your CSS Grid in a pseudo-class :root so you don't have to write them again. You can just call them after and it's easier to modify them especially on collaborative projects.
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