+ 3
if i just wanna use an image and make it cover the whole page and not repeat, as well as making it scroll with all of its content..how can i do that please?
2 Antworten
+ 2
For that purpose background-repeat property is used. It can set background image to no-repeat, repeat horizontally, repeat vertically. If you want the image to not repeat, use {background-repeat : no-repeat ;} and it will do the trick. And also to make the image cover the whole background, you can change the image dimensions using paint.
0
u can change the size of the image by usìnğ paìnt