First time with CSS Grid

Solution retrospective
Hello, it was my first experience using CSS Grid and i would like to know, which unit better applies when using grid-template property?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @IEdiong
Hello Leonardo 👋, I don't see any Grid on this project but that's ok. I don't think that this layout needs it. Although there are some things I noticed that were wrong with your site:
-
The layout seems not to hold the content properly at screen sizes between
400px
to700px
. You should try fixing this. -
The blend mode of the image isn't quite there yet. You could have a peak at my solution to this challenge to see how I did it.
-
Also, look into the accessibility and HTML issue raised here.
I hope this was helpful to you, Shalom!
Marked as helpful -
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