Design comparison
SolutionDesign
Solution retrospective
Suggestions to improve are most welcome.
Community feedback
- @anoshaahmedPosted almost 3 years ago
To correctly place the background images:
body { background-image: url(images/bg-pattern-top-desktop.svg), url(images/bg-pattern-bottom-desktop.svg); background-repeat: no-repeat; background-position: left 0 top 0, right 0 bottom 0; }
Good job!
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