Joined on 4/30/20
Posted by Positron832 - June 1st, 2021
I like using a linear and radial gradient together with background blend mode set to screen.
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).