+ 2
I wanted to keep the background image in html but it is not fitting to full screen?
fit the background image full screen
1 ответ
+ 3
Try adding in your css
body{
background-size: cover;
background-image: url("image url");
fit the background image full screen