Skip to content

Instantly share code, notes, and snippets.

@hrumhrumble
Created April 2, 2014 08:30
Show Gist options
  • Save hrumhrumble/9930180 to your computer and use it in GitHub Desktop.
Save hrumhrumble/9930180 to your computer and use it in GitHub Desktop.
#page:before {
content: "";
background: url('http://kudykina-gora.com/wp-content/themes/mytheme/images/page_bg.png') repeat;
display: block
position: fixed;
width: 100%;
height: 300%;
top:0;
left:0;
z-index: -1;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment