Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted about 1 year ago
Nice well done. If you add this on the body it will fix the background image issue
body { background-image: url(./images/pattern-background-desktop.svg); background-color: var(--clr-primary-Pale-Blue); background-repeat: no-repeat; background-size: contain; /* add this line */ font-family: var(--ff-main); }
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