CSS gradien top down pada tubuh

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