How could I set a picture in the background of the page. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How could I set a picture in the background of the page.

I want to set the picture in this code on the whole page. How could I do so? https://code.sololearn.com/WH7yyc0ATB6J/?ref=app

13th Feb 2018, 4:22 AM
Mohd. Ahtesham
Mohd. Ahtesham - avatar
2 Answers
+ 3
Insert this in the css body-tag background-repeat: no-repeat;     background-position: right top;     background-attachment: fixed;
13th Feb 2018, 4:36 AM
Rainer Wess
Rainer Wess - avatar
13th Feb 2018, 4:59 AM
Debasish Mukherjee
Debasish Mukherjee - avatar