Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

social-proof-section-master

@Brisa-Codes

Desktop design screenshot for the Social proof section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

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

@Brisa-Codes

Posted

Thanks Den for the feedback

0
Travolgi 🍕 31,420

@denielden

Posted

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 GitHub
Discord logo

Join 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