
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I really liked the colors and design of this project.
What specific areas of your project would you like help with?In the background image, idk how to make the background-image a little smaller as the images in the design folder.
Community feedback
- @x-147Posted 12 days ago
background-image: url('./images/pattern-background-desktop.svg'); background-repeat: no-repeat;
this should suffice, i think
background-size:
is not necessary. alsowidth: 100%
maybe causing the image to stretch.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