Skip to content

Commit

Permalink
fix(curriculum): added the backticks in hsl keyword (freeCodeCamp#55789)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishaljoshi789 authored Aug 8, 2024
1 parent 5e31385 commit 437cd8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dashedName: step-48

The <dfn>HSL</dfn> color model, or hue, saturation, and lightness, is another way to represent colors.

The CSS hsl function accepts 3 values: a number from 0 to 360 for hue, a percentage from 0 to 100 for saturation, and a percentage from 0 to 100 for lightness.
The CSS `hsl` function accepts 3 values: a number from 0 to 360 for hue, a percentage from 0 to 100 for saturation, and a percentage from 0 to 100 for lightness.

If you imagine a color wheel, the hue red is at 0 degrees, green is at 120 degrees, and blue is at 240 degrees.

Expand Down

0 comments on commit 437cd8e

Please sign in to comment.