Design comparison
SolutionDesign
Solution retrospective
please help me on how to do svg to be responsive
Community feedback
- @jhonacs2Posted over 1 year ago
in your ".image" class you can give this an of width:100% to make it take the size of the parent and make it responsive. in your ".container" class you are giving it a fixed size of width:450px which will make it always have a fixed size and it will not be responsive you can change it to max width:450 px. You also need to change the size of the button class is 300px. I recommend you this course https://web.dev/learn/design/
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