Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>The title of the document</title> <style> .example { background-color: #8ebf42; height: 800px; } img { width: 100%; height: auto; float: left; mix-blend-mode: multiply; } </style> </head> <body> <h2>Mix-blend-mode property example</h2> <h3>Mix-blend-mode: multiply</h3> <div class="example"> <img src="/uploads/media/default/0001/01/b408569013c0bb32b2afb0f0d45e93e982347951.jpeg" alt="Tree"> </div> </body> </html>