CSS3 Gradients Two types of gradients: Linear Gradients (goes down/up/left/right/diagonally) Radial Gradients (defined by their center) Linear Gradients syntax background: linear-gradient(direction, color-stop1, color-stop2, ...); 1> Top to Bottom (t…