Design comparison
SolutionDesign
Solution retrospective
I failed to put the background image in the bottom right though I managed to position the top left background image. How am I supposed to position more than two background images?
Community feedback
- @denieldenPosted almost 3 years ago
Hi Mukunde, congrats on completing the challenge!
It's very simple, you assign 2 images to the background property:
background-image: url(img_flwr.gif), url(paper.gif); background-position: right bottom, left top;
Read here -> Multiple Backgrounds
Hope this help ;)
0
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