Design comparison
SolutionDesign
Solution retrospective
I still can't work well with background images.
Community feedback
- @1aleksaPosted over 3 years ago
- Add 2 images (1st image(top), 2nd image(bottom)) - the first line of code
- Arrange the right position of the both picture (moving 1st image, moving 2nd image) - the second line of code
- In order not to repeat the image over the whole background - the third line of code
The position might be a bit confusing, here you can find more info to clarify: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
background-image: url(images/bg-pattern-top-desktop.svg), url(images/bg-pattern-bottom-desktop.svg); background-position: -10px -10px, 355px 125px; background-repeat: no-repeat, no-repeat;
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