Design comparison
SolutionDesign
Solution retrospective
The only difficulty that I had with this challenge was setting background image. Any kind of feedback is more than welcome.
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Petru, congratulations for your new solution!
I've one tip for you about the background and how to improve it:
To place properly the background making the image gets the middle of the container instead of
background-size: cover;
usebackground-size: contain;
body { background-image: url(./images/pattern-background-desktop.svg); background-size: contain; background-repeat: no-repeat; background-color: hsl(228, 100%, 95%); }
π I hope this helps you and happy coding!
Marked as helpful2@Petru14Posted about 2 years ago@correlucas Thank you for your feedback, it really helps!
1
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