Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make gradient backgroud cover whole page in html

/*Basically, add html height 100%. This will stretch your gradient.*/
html {
  height:100%;
}

body {
  background-image: /* put gradient here */;
  background-repeat: no-repeat;
}
 
PREVIOUS NEXT
Tagged: #gradient #backgroud #cover #page #html
ADD COMMENT
Topic
Name
4+5 =