Re: [CSS3] Some thoughts about functions, notation and gradient().

On Aug 18, 2009, at 11:28 PM, Andrew Fedoniouk wrote:

> background-color: linear-gradient(
>                      start:0% 0%,
>                      stop: 100% 100%,
>                      color-stop: 0% white,
>                      color-stop: 50% red ,
>                      color-stop: 100% blue );

I think that is way too verbose.

Received on Wednesday, 19 August 2009 14:53:52 UTC