css-tricks.com
A Thing To Know about Gradients and “Transparent Black”
1
Say you have a gradient in CSS that goes from red to transparent. Easy, right? Like this: .element { background: linear-gradient( to bottom, red, transpare... Read full article