0
How to add translucent image behind web page?
Like a watermark behind the web page?
2 Answers
+ 1
/*css*/
body{
background-image: url(' link to image ');
}
0
You can use style with div tag for this. Try this one
https://code.sololearn.com/WWtZLeA52Gu5/?ref=app