Skip to content

Commit f91be41

Browse files
author
ravenjam
committed
Fix a typo in css color units chapter (hsl->hsla)
1 parent ce3aba0 commit f91be41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2015-04-07-css-color-units.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ I consider `hsl` to be **human-readable**, whereas `rgb` is more **computer-read
8888
`hsla` is the same as `hsl`, with the added value of being able to define an **alpha** value:
8989

9090
{% highlight css %}
91-
body{ color: hsl(4, 68%, 56%, 0.5);}
91+
body{ color: hsla(4, 68%, 56%, 0.5);}
9292
{% endhighlight %}
9393

9494
A transparent red color.

0 commit comments

Comments
 (0)