Top "Linear-gradients" questions

A linear gradient is a field of color which smoothly changes from one color to another (or more than two).

linear-gradient to transparent bug in latest safari?

I'm applying a basic linear-gradient like this: background-image: linear-gradient(to top, red, rgba(0,0,0,0)); this behaves as it's supposed to everywhere …

css safari linear-gradients rgba
HTML table cell partial background fill

I have a table that has a column that shows a % value. To make it more visually appealing, I'd like …

html css linear-gradients
gulp autoprefixer doesn't add moz prefix

I am using gulp with autoprefixer in my project, and I have to use backgrounds gradient like this: background: linear-gradient(#…

mozilla gulp linear-gradients autoprefixer
2d color gradient plot in R

I want to produce a 2d color gradient rectangle like the ones in the picture below on the right hand …

r colors plot linear-gradients
Body background with 3 background colors

Is it possible to have the body color as 3 different colors - I am creating a website (just for fun) …

html css linear-gradients
Is it better to use images or CSS to keep performance of a webpage or application as high as possible?

My project's creative designer and I have had some amicable disagreements as far as whether it is better to use …

image css linear-gradients
Is it possible to make a hard-edged gradient on a large element?

I ran into a problem using a linear-gradient on a particularly large element. On smaller elements, a hard edge can …

css gradient linear-gradients