Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Just proud that of myself for thinking I could do it.
What challenges did you encounter, and how did you overcome them?I did not understand the question or what I was suppose to use, I created a html project, then a react. I read the question a billion time in fact, still struggled with it
What specific areas of your project would you like help with?if not everything, it would be mobile responsiveness with react
Community feedback
- @vgarmyPosted 2 months ago
To make it work for the mobil you need to add the media querry to your css used this code
@media screen and (max-width: 925px) {
}
An inside of the curly brcket you add the css code for the mobil.
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