Design comparison
SolutionDesign
Solution retrospective
Hi guys I do not know how to use mobile responsiveness Thank you for your comments :)
Community feedback
- @christianmuPosted over 2 years ago
Use media-querries in your Style.css. Something like this:
@media only screen and (max-width: ...) { body { ... } }
Marked as helpful0@sajjadnazaridevPosted over 2 years ago@christianmu Thanks for the comment I will definitely use it
0@christianmuPosted over 2 years ago@sajjadnazaridev w3schools is always helpful. Here is a Link: https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Marked as helpful0
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