0
When making a form with an image as its background, how do you make the image span the entire page?
4 ответов
+ 5
But if that's what you want; then why not just set the image as body background rather the form's?
+ 3
Share the code, someone can look and help. I suspect that you have your image code in the element of your form instead of the main page.
+ 2
Use
background: url(image.jpg) center / 100% no-repeat;
https://code.sololearn.com/WIKpkId9F1s1/?ref=app
+ 1
Ipang I did set the image as the body background. I just want to know how to make it span the entire page