Responsive page using CSS

Solution retrospective
Suggestions to improve are most welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @anoshaahmed
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 helpful
Join 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