Menu
×
×
Correct!
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, lightness). |
Edit This Code:
Result:
|
Correct Code:
Result:
|