Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html static background

body {
  background-image: url("img_tree.gif");
  
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  background-size: cover;
}
 
PREVIOUS NEXT
Tagged: #html #static #background
ADD COMMENT
Topic
Name
8+8 =