Design comparison
SolutionDesign
Community feedback
- @JMartinez904Posted about 2 years ago
In background-position, doesn't use @media queries, like me, use viewports, in this ways the background will adapt to any screen more easier with less css declarations.
Could use it in this way:
background-position: right 45vw(Width) bottom 50 vh(Heigth); In this way, will adapt to any screen without troubles.
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