📜  css hsla - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:41.895000             🧑  作者: Mango

代码示例1
/* HSLA (Hue Saturation Lightness Alpha) */
hsl(240, 100%, 50%, 50%)
/* First value: Angle of the color Ciricle */
/* Second Value: Saturation. */
/* Third Value is Lightness. 0% Is black, 100% is white */
/* Fourth value is the Alpha Value */

/* !!! Not tp be mistaken with hsl, which doesn't have the alpha setting */