Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css color gradient background full height

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #color #gradient #background #full #height
ADD COMMENT
Topic
Name
3+2 =