Design comparison
SolutionDesign
Solution retrospective
Hey everyone
Need some help
I am not able to set 2 images as background images
Also I made the code a bit messy with repetitive use of classes. Is there any other way to do this?
Thank you!
Community feedback
- @dewslysePosted about 3 years ago
Hi there! There are two background images, one goes to the top-left and the other goes to the bottom right.
background: url("./images/bg-pattern-top-mobile.svg") no-repeat left top, url("./images/bg-pattern-bottom-mobile.svg") no-repeat right bottom;
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