Design comparison
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?
Community feedback
- @IEdiongPosted almost 3 years ago
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 helpful1@LeoSouzaNunesPosted almost 3 years ago@IEdiong Thank you for your feedback, maybe i didn't understand the CSS Grid property, what exactly is CSS Grid? I will be working with this other problems that you pointed out, thank you again.
0@IEdiongPosted almost 3 years ago@LeoSouzaNunes CSS Grid is a nice layout tool in CSS. You can check out Wes Bos, he is a good resource for understanding and learning CSS Grid.
0@IEdiongPosted almost 3 years ago@LeoSouzaNunes CSS Grid is a nice layout tool in CSS. You can check out Wes Bos, he is a good resource for understanding and learning CSS Grid.
0@LeoSouzaNunesPosted almost 3 years ago@IEdiong Probably it was a github pages problem because i had applied it on my desktop layout and if you check it out now, it's working. Anyway thank you.
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