Design comparison
SolutionDesign
Solution retrospective
Hello all, I had a lot of fun playing with this project. The only thing that I couldn't figure out was how to align the SVG divider depending on the screen size... There were two SVGs given but neither of them would fit.
If anyone could provide links to on handling SVGs i'd really appriciate it!
Community feedback
- @matin676Posted over 1 year ago
Use both svg's at the same time and set the display property to none for mobile svg and using media query set display property to block for mobile svg and display property none for desktop svg.
1
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