Compatibility: It’s pointless to talk too much about this thing. The compatibility of stuff like HTML5 and CSS3 changes all the time. It’s best for us to experiment on the devices we support. If it’s not supported, just think of a way. This thing Just for convenience and fun
All properties:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <span style= "color: #800000;" >mix-blend-mode: normal;
mix-blend-mode: multiply;
mix-blend-mode: screen;
mix-blend-mode: overlay;
mix-blend-mode: darken;
mix-blend-mode: lighten;
mix-blend-mode: color-dodge;
mix-blend-mode: color-burn;
mix-blend-mode: hard-light;
mix-blend-mode: soft-light;
mix-blend-mode: difference;
mix-blend-mode: exclusion;
mix-blend-mode: hue;
mix-blend-mode: saturation;
mix-blend-mode: color;
mix-blend-mode: luminosity;
mix-blend-mode: initial;
mix-blend-mode: inherit;
mix-blend-mode: unset;
|
Copy after login