Background Image Without Specific Height
I'm creating a React page. I want to add a background image that covers the background no matter the window size or resolution etc. so here's what I have for the background. import
Solution 1:
Give viewport height
height:100vh;
Post a Comment for "Background Image Without Specific Height"