Design comparison
Community feedback
- Account deleted
Hey Blas, I reviewed your code and have a few suggestions that might help improve it:
Here there are:
-
Mobile-first Design: Although there's a media query for mobile, it might be more efficient to design for mobile first, then use media queries to adjust for larger screens. Try it in your next challenge and see if it makes a difference.
-
Use CSS Grid more efficiently : The grid layout could be simplified by using
grid-gap
instead ofpadding
on the grid container and the gap between items. -
Color : You might already be aware of this, but it's worth mentioning that some parts of your code use a different color than the original design.
- For
.subparagraph
, add---color-very-dark-blackish-blue
.
You're doing a great job. 👍
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