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? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

8th May 2016, 9:43 PM
Abdul-Salam Akorede Ajayi
Abdul-Salam Akorede Ajayi - avatar
2 Answers
+ 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.
20th Jun 2016, 6:57 PM
Shivam Thakur
Shivam Thakur - avatar
0
u can change the size of the image by usìnğ paìnt
19th Jun 2016, 5:26 PM
Bhaargavi Agrawal
Bhaargavi Agrawal - avatar