How to add translucent image behind web page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add translucent image behind web page?

Like a watermark behind the web page?

27th Mar 2017, 5:55 PM
anjani dhiman
anjani dhiman - avatar
2 Answers
+ 1
/*css*/ body{ background-image: url(' link to image '); }
27th Mar 2017, 9:06 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
0
You can use style with div tag for this. Try this one https://code.sololearn.com/WWtZLeA52Gu5/?ref=app
21st Nov 2017, 9:04 PM
Raushan Kumar
Raushan Kumar - avatar