body {background-image: -o-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);}
body {background:
-webkit-gradient(linear, top right, bottom left;
from(red),
to(purple),

color-stop(40%, yellow),
color-stop(60%, green),
color-stop(20%, blue));
}