Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

top down gradient css on body

html{
    height:100%;
    background: linear-gradient(0deg, white, blue 80%) no-repeat;
}
 
PREVIOUS NEXT
Tagged: #top #gradient #css #body
ADD COMMENT
Topic
Name
4+4 =