Menu
×
×
Correct!
Exercise:Set a linear gradient background for the <div> element, going from the top to bottom, transitioning from "rgba(0,255,0,0.2)" to "rgba(0,255,0,1)". Hint: RGBA is RGB color values with an alpha channel (which specifies the opacity). |
Edit This Code:
Result:
|
Correct Code:
Result:
|