Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
#myDIV { 
  width: 400px;
  height: 400px;
  background-repeat: no-repeat, repeat;
  background-image: url("img_tree.gif"), url("paper.gif");
  background-blend-mode: multiply;
}
</style>
</head>
<body>
<div id="myDIV"></div>
<p><b>Note:</b> Edge prior 79 do not support the background-blend-mode property.</p>
</body>
</html>