Skip to content

Instantly share code, notes, and snippets.

@dirkharrington
Created December 1, 2012 04:06
Show Gist options
  • Save dirkharrington/4180502 to your computer and use it in GitHub Desktop.
Save dirkharrington/4180502 to your computer and use it in GitHub Desktop.
Centered CSS Class
.centered {
margin:-25% 0 0 -25%;
top: 50%;
left: 50%;
height: 50%;
width: 50%;
position: absolute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment