Home › Forums › CSS › Tricky overlapping trapezoid Shape › Reply To: Tricky overlapping trapezoid Shape
February 3, 2017 at 3:02 pm
#250944
Participant
Hi,
Is blend mode really needed?
Wouldn’t an rgba(255,0,0,.6) overlay work fine?
Like this: http://codepen.io/mcbrwr/pen/wgjRoZ
But then again, blend mode is possible too:
http://codepen.io/mcbrwr/pen/WRJLBw
;-) Matthijs