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
2 Answers
+ 3
Insert this in the css body-tag
background-repeat: no-repeat;
   background-position: right top;
   background-attachment: fixed;
+ 1
Try div class
https://code.sololearn.com/Wk23wkzu6TUo/?ref=app