Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Set the following HSL color as the background of the <h1> element: Set the Hue to red (0), Saturation to 100%, and lightness to 50%.

Hint: Set a HSL color like this: hsl(hue, saturation, ligthness).