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