#Background Size
1 messages · Page 1 of 1 (latest)
In your body add
height : 100vh;
Thanks! it worked😃
1 messages · Page 1 of 1 (latest)
Hey guys, I was working on this blackjack game project which is going fine but I am stuck with the background-size whenever I switch to smaller screens background leaves whitespace in my body, I tried to do background-size: cover but it didn't work. So please suggest me some solutions.
In your body add
height : 100vh;
Thanks! it worked😃