Skip to content

Instantly share code, notes, and snippets.

@seventhskye
Created September 6, 2015 12:20
Show Gist options
  • Save seventhskye/a93f7c8fc97219273e74 to your computer and use it in GitHub Desktop.
Save seventhskye/a93f7c8fc97219273e74 to your computer and use it in GitHub Desktop.
Centres a div, vertically and horizontally in a webpage
.centre {
width:500px;
height:500px;
position:absolute;
left:50%;
top:50%;
margin:-250px 0 0 -250px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment