Skip to content

Instantly share code, notes, and snippets.

@Dexterstat
Created April 15, 2014 14:25
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 Dexterstat/10736895 to your computer and use it in GitHub Desktop.
Save Dexterstat/10736895 to your computer and use it in GitHub Desktop.
position middle horizontal and vertical
<div class="loginDiv"></div>
.loginDiv {
position: absolute;
left: 50%;
top: 50%;
text-align: center;
background-image: url('Images/loginBox.png');
width:546px;
height:265px;
margin-left: -273px; /*half width*/
margin-top: -132px; /*half height*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment