Design comparison
SolutionDesign
Community feedback
- @1aleksaPosted over 3 years ago
In your code you've started good, you need to modify the background-position how many pixels or percentage to go in which direction: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
From my code:
.bg { background-color: hsl(185, 75%, 39%); background-image: url(images/bg-pattern-top.svg), url(images/bg-pattern-bottom.svg); background-position: -288px -498px, 633px 253px; background-repeat: no-repeat, no-repeat; justify-content: center; height: 720px; width: 1440px; }
Marked as helpful0
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