blend mode css make more sharp code example
Example: how blend two backgrounds css and isolate content
.simple-blended {
background-image: url(image.jpg);
background-color: red;
background-blend-mode: multiply;
}
.simple-blended {
background-image: url(image.jpg);
background-color: red;
background-blend-mode: multiply;
}