From 3357027f77efea9056037a5b9b03f79b59e9db75 Mon Sep 17 00:00:00 2001 From: port Date: Mon, 28 Nov 2016 12:36:16 +0000 Subject: [PATCH] Change hsl()a to hsla() to match rgba() --- property/color/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/property/color/index.html b/property/color/index.html index 6bd2fa38..ae89efd4 100644 --- a/property/color/index.html +++ b/property/color/index.html @@ -162,7 +162,7 @@

color: hsla(14, 100%, 53%, 0.6);

-

You can use hsl()a color codes:

+

You can use hsla() color codes:

  • the first 3 values are for hsl
  • the 4th value is for the alpha channel and defines the opacity of the color

The alpha value can go from zero 0 (transparent) to one 1 (opaque).