The Most Secure Cross Browser Testing Platform since 2012

Blog

Cross Browser Gradients

shutterstock_234378844
BLOG / Web Development

Cross Browser Gradients

Gradients is the method of defining a linear or radial color gradient as a css image.

Browser Support

Gradients is already supported by all major browser so it should be really easy to get it working cross browser.

Code Example

You can use Gradients like this:

#test {
  background: linear-gradient(white, gray);
}

More Information

More information can be found here.