Design comparison
SolutionDesign
Solution retrospective
How create version for mobile
Community feedback
- @shimul0022Posted about 2 years ago
So @eliepoupoue, there's a lot going on in your design and code. but to answer your question im gonna skip the other ones.
You have to add media queries, it looks something like this . . .
@media screen and (max-width: 375px) { your modified css for mobile friendliness goes here }
I will recommend you to watch this Web dev simplified video or a bit more advance option would be this Dave Gray Video
Happy coding! and if you want to know any other sort of solution then we can connect
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