a responsive simple profile component with HTML & CSS layout

Solution retrospective
This is my second build-up. Provided background SVG images won't responsive to mobile site scales. How to set a custom size in svg_s for mobile sites?
~Thanks~
Please log in to post a comment
Log in with GitHubCommunity feedback
- @pikapikamart
Hey if what you mean by responsive is that the background image must scale according to the viewport. What you could do is make use of
background-size
property, that way you background-image will change according to what you specified in the background-size^
Join 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