Menu
×
×
Correct!
Exercise:Set the opacity for the background color of the <h1> element to "0.3" by using a RGBA color instead of RGB. Hint: RGBA is RGB color values with an alpha channel (which specifies the opacity). |
Edit This Code:
Result:
|
Correct Code:
Result:
|