FrontEnd Mentor Challenge - How to fix background image property.
Hey Guys, I'm trying to solve a challenge from FrontEnd Mentor, now at the final fase, I'm trying to add the 2 background images as you can see on the screenshot I upload it. How can I make the bottom right image to span all the way to the bottom and be responsive?
https://codepen.io/Almopt/pen/ExMVdWW
1 Reply
the body does not fill the height of the screen, thats why, so you have to set a min-height on the body (100svh for example)
Personally I would put the bg-image in a separate element and give it a position:fixed with inset:0 to fill the full screen