Skip to content

Instantly share code, notes, and snippets.

@jasondavis
Created June 13, 2014 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasondavis/f17f1fb664b626cf3b94 to your computer and use it in GitHub Desktop.
Save jasondavis/f17f1fb664b626cf3b94 to your computer and use it in GitHub Desktop.
A Pen by Jason Davis.
<div class="container-wrap">
<div class="container">
my content
<div>
<div>
body{
margin: 0px;
}
.container-wrap{
background-image:url('https://www.codedevelopr.com/screenshots/2014/bg-repeat.png');
background-repeat:repeat-y;
background-position:center;
width: 100%;
min-height: 800px;
height: 100%;
background-color: #0d4663;
}
.container{
margin-left: auto;
margin-right: auto;
width: 100%;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment