Background Blend Modes in CSS


Use background-blend-mode to blend the element’s background images and color.

Source Code

.blend-mode {
    background-image: url('image.jpg');
    background-color: rgba(255, 0, 0, 0.5);
    background-blend-mode: multiply;
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments