colors
Border defaults to currentColor which is color of text
Alpha: 0-1
HSLAddd(Hue, saturation, lightness, and alphatranspency)
Transparent == rgba(0, 0, 0, 0);
Opacity vs AlphaTransparent
Alphatransparent just makes text transparent
Opacity, text element shadow, everything becomes transparent
Last updated