CSS CSS sur le gradient sur le corps

html{
    height:100%;
    background: linear-gradient(0deg, white, blue 80%) no-repeat;
}
Ugly Unicorn