Basics about CSS3 gradients

In earlier versions of web, gradient effect had to be created with images. However, by using CSS3 gradients you can reduce download time and bandwidth usage. In addition,...

Linear gradient property (linear-gradient)

A linear gradient property creates a smooth transition between two or more colors in a straight line. By default, the gradient goes from the top of the element to the bottom. We ca...

Radial gradient property (radial-gradient)

Radial gradient starts at a single point and emanate outwards. Gradients are often used to simulate a lighting, which as we know isn't always straight, so they can be useful to make a gradient...