Joined on 4/30/20
Positron832 2021-09-12 12:42:12
It's actually better to avoid background-blend-mode when possible because it's buggy on low-end devices. It's better to use gradients with some transparency instead (if you use rgba() it'll work in IE too).
Positron832
It's actually better to avoid background-blend-mode when possible because it's buggy on low-end devices. It's better to use gradients with some transparency instead (if you use rgba() it'll work in IE too).