Design comparison
SolutionDesign
Solution retrospective
- I couldn't make the svg change when the screen resolution is changed.
- Also I wasn't able to make the page responsive.
Community feedback
- @jyotirmoy-sinhababuPosted over 1 year ago
use @media screen for different view like tab and mobile. Instead of using position: absolute and relative for positioning, you can design using flex.
- practice @media screen.
- practice display: flex or grid.
- using display flex has lots of benefits, such as you can give direction , determine the
gap also you can use justify-content and align-items to position the divs.
----hope this was helpful.
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