Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

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).