I don't believe blend mode has been implemented for the Microsoft Edge browser yet (August 2018). It works in Chrome and Firefox, but worth keeping in mind that even in some modern browsers, some things may not yet be available. caniuse.com/#search=mix-blend-mode
Thank you for stopping by! I am a full-stack developer that combines the power of entrepreneurship and programming to make the lives of programmers easier.
I mean both the hex notation and rgb(r,g,b) notation. The natural range of color values of 0..1, but you're forced to use the encoded 0..255 values in CSS. That makes blending harder to understand.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
I don't believe blend mode has been implemented for the Microsoft Edge browser yet (August 2018). It works in Chrome and Firefox, but worth keeping in mind that even in some modern browsers, some things may not yet be available. caniuse.com/#search=mix-blend-mode
I didn't even know blending in CSS existed. Thank you! You explain really well.
I am quite curious why you said that colors in CSS are broken. You mean the hexadecimal notation?
I mean both the hex notation and rgb(r,g,b) notation. The natural range of color values of 0..1, but you're forced to use the encoded 0..255 values in CSS. That makes blending harder to understand.