Skip to content

Instantly share code, notes, and snippets.

@jmercedes
Created February 8, 2013 21:15
Show Gist options
  • Save jmercedes/4741965 to your computer and use it in GitHub Desktop.
Save jmercedes/4741965 to your computer and use it in GitHub Desktop.
Center image
<div class="center">
<div id="separator"></div>
</div>
#separator {
background:url(separator-large-bg.png) no-repeat;
position:absolute;
height:100%;
width:100%;
margin:0 auto;
display:block;
}
.center{
text-align:center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment