Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted about 1 year ago
Nice well done. Just add this on the body to fix the background image
body { min-height: 100vh; background-image: url(./images/pattern-background-desktop.svg); background-repeat: no-repeat; /* add this line */ background-size: contain; /* add this line */ display: flex; justify-content: center; align-items: center; font-family: "Red Hat Display", sans-serif; background-color: var(--clr-paleBlue); }
Marked as helpful1
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