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
How to add animated gradient to an svg path?

I have a heart svg path like so: <svg viewBox="0 0 100 100"> <path className="" d="M20,31 C15.4189994,27.2225585 12.5023327,24.2225585 11.25,22 C10.2743515,20.6156479 10,19.6181623 10,18.1428571 C10,15.5113854 12.4883456,13 15,13 …

css svg css-animations linear-gradients