Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Set the opacity for the background color of the <h1> element to "0.3" by using a HSLA color instead of HSL.

Hint: HSLA is HSL color values with an alpha channel (which specifies the opacity).