Om nah hoo pez nyeetz, pixxma!
html {
background-color: yellow;
background-image: linear-gradient(to bottom, yellow 0%, green 20%);
}
~~~css
html {
background: linear-gradient(to bottom, yellow, green 20%) yellow;
}
Siehe auch wiki/Linear-gradient()
Matthias