@EFS1008Submitted over 1 year ago
please help me on how to do svg to be responsive
please help me on how to do svg to be responsive
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/