
Design comparison
Solution retrospective
I Will Try My Best Next Time
What challenges did you encounter, and how did you overcome them?Arranging the Cards Using Grid
What specific areas of your project would you like help with?I Can Help With what I know
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Lo-Deck
Hi well done for this challenge.
You have a problem between 600px and 1200px.
@media only screen and (min-width: 1200px)
@media only screen and (max-width: 600px)
You don't set any css between both.
It's better to start your css by mobile approach and then you set with
media screen
desktop version freecodecamp.And for github just click 'new' when you want to edit a new website with only file of this website. After it's a mess to find what you want.
Hope to be 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