Responsive landing page with pure css-html-javascript

Solution retrospective
anyone can help about,how to change the svg background position and its size according to screen width.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @iDamjan
Hey Kumar,
you can do this with Media queries. Just add @media (max-width:40em) { background-position: (desired position)} this will trigger different styles starting from 40em, or you can set your desired width trigger.
I hope this was the answer you were looking for!
Let me know if i can help with anything else.
Happy holidays!!
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