How do I achieve this effect in my image?
How do I achieve this effect in my image? I tried with background-blend mode and it didn't work.
9 Replies
could you just add a semi transparent purple on top of it?
using a before or after?
no, just stacking the backgrounds
Chris Coyier
CSS-Tricks
CSS Basics: Using Multiple Backgrounds | CSS-Tricks
With CSS, you can control the background of elements. You can set a background-color to fill it with a solid color, a background-image to fill it with (you
have a look at the last example
that should be what you want right?
Ok
I'll see
Here are 3 different ways to do it. https://codepen.io/chooking/pen/KKJNZPG
Thanks guys