Skip to content

Instantly share code, notes, and snippets.

@gistfrojd
Created June 4, 2014 10:20
Show Gist options
  • Save gistfrojd/dc5bcc8f3e7945dee978 to your computer and use it in GitHub Desktop.
Save gistfrojd/dc5bcc8f3e7945dee978 to your computer and use it in GitHub Desktop.
Less - Absolute center
.absoluteCenter() {
width: 50%;
height: 50%;
overflow: auto;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment