0
How do you make the image fit the whole page rather than repeating?
4 Answers
+ 3
Nfon Andrew Tatah ,
it'll be better if you share your code.
https://www.sololearn.com/post/75089/?ref=app
Also try using
background-position:center;
+ 2
background-size:cover;
background-repeat:no-repeat;
https://www.sololearn.com/learn/CSS/2244/?ref=app
https://www.sololearn.com/learn/CSS/1105/?ref=app
https://www.sololearn.com/learn/CSS/1104/?ref=app
+ 1
background-size:cover;
or
background-size:contains;
0
From above its fixes background image on one side of the page