Responsive website with css grid

Solution retrospective
Why do I get scroll bars? any suggestions or feedback would be great:)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Yazdun
Hi ! here I have some suggestions
display:flex
is a row by default so you don't need to declare it as a rowI think this challenge can get done much easier by
flexbox
rather thangrid
try to learn
BEM
naming convention ( or any other conventions you prefer ). It will make your code easier to read and maintain.also I opened a pull request to your repo which will fix your background and scroll issue
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