Design comparison
SolutionDesign
Solution retrospective
- Is it okay to include other elements like h1 and p inside a figcaption?
- I have been struggling to apply the background image for the body, any hint would be greatly appreciated.
Community feedback
- @jrc17Posted almost 2 years ago
To apply the background images, use the following properties
- background-image: (use this property to set your image as background)
- background-repeat: no-repeat;
- background-position : (use vh, vw units to set the positions of the background image)
0@Lamy237Posted almost 2 years agoHi jayanthi 👋, thank you for your feedback.
Indeed, I already know about these properties. My problem is the positioning of the background-images, as we have two of them. I couldn't find a way to position them exactly as they are in the design.
I had a look at your solution, and your method pretty much solved my problem 💯.
Thanks again 👌
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