Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Tricky overlapping trapezoid Shape Reply To: Tricky overlapping trapezoid Shape

#250944
mcbrwr
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