Design comparison
SolutionDesign
Solution retrospective
Please can someone help with the curves at the bottom and some resources on how to make pages responsive
Community feedback
- @codeguy9Posted over 1 year ago
Hey! I don't know about the curves but for making website responsive, you need to learn to put media queries in css stylesheet. like this one for example:
@media only and (max-width: 960px) { *in here you write what and how your site is going to be at 960px and down;* }
Also, make sure you learn how to create a hamburger button so you can toggle the menu when on mobile.
Hope this helps.
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