Design comparison
Solution retrospective
Here is the grid css responsive page
- In my secound media querry (700px) is this better way for mobile responsive or I can make it responsive with Grid not from flex
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey Ganesh-Rathor, good job completing this challenge. Keep up the good work.
Your solution looks seemingly close to the design however I think there needs to be some space at the bottom of your grid which means it needs to be centered in the page.
I believe you can make it mobile responsive using css grid by changing the value of the
grid-template-columns
property based on the breakpoint.However I suggest reading up on how css grid works to get a better understanding.
https://www.w3schools.com/css/css_grid.asp
In terms of your validation error you didn't specify a value for the attribute
srcset
. The image tag would work fine without it however you must have thealt
attribute with a value.I hope this helps
Cheers, Happy coding š
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