Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

fade color towards top css

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: linear-gradient(white 10%, black 80%, white 10%);
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #fade #color #top #css
ADD COMMENT
Topic
Name
2+3 =