blob: 8f9083c8c68cbb2b6f5790d194264819cac13b22 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<body>
<div style="isolation:isolate; background-blend-mode:darken; background-image: url(green100x100.jpg)">
<div style="mix-blend-mode: multiply; width: 200px; height: 200px; background-color:red"></div>
</div>
</body>
</html>
|