@mightytyphoonSubmitted over 3 years ago
I would like to know if I could make this better ? Also I would like to know if there is a better way of doing for the colored layer. Something with CSS filter maybe ?
Thanks.
I would like to know if I could make this better ? Also I would like to know if there is a better way of doing for the colored layer. Something with CSS filter maybe ?
Thanks.
Hi Laurent,
I used "mix-blend-mode: multiply; opacity 0.75;" set on the img and the violet accent color set as the background-color of the containing div. That should give you the effect you want.