Yay for HSLa
Huge sogging longbottoms? High strength low alloy steel? NOPE, we’re talking Hue, Saturation, Lightness, and alpha, and it’s a way of declaring color in CSS. It looks like this:
#some-element {
background-color: hsla(170, 50%, 45%, 1);
}
It is similar …