+ 2
how can i change size of background-image?
i am learning css
2 odpowiedzi
+ 2
You would use the 'backround-size'-property. If you want the background to cover the whole page, you could pass 'cover' into the property.
https://www.w3schools.com/cssref/css3_pr_background-size.asp
0
thank you