Skip to content

Instantly share code, notes, and snippets.

@avelino
Created March 10, 2010 19:09
Show Gist options
  • Save avelino/328222 to your computer and use it in GitHub Desktop.
Save avelino/328222 to your computer and use it in GitHub Desktop.
#id {
width: 500px;
height: 500px;
position: absolute;
top:50%;
left:50%;
margin-top: -250px;
margin-left: -250px;
background-color: #00F;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment