Design comparison
SolutionDesign
Community feedback
- @NathanRayMPosted about 1 year ago
Hello,
Really great job! I have a suggestion that you may find helpful. Currently, it appears that your background image is repeating. You can remedy this by applying background-repeat to no-repeat. I hope this is helpful.
Example:
body{ background-image: url(./images/pattern- background-desktop.svg); background-size: cover; background-repeat: no-repeat; }
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