Skip to content

Instantly share code, notes, and snippets.

@vm137
Created August 30, 2015 07:17
Show Gist options
  • Save vm137/bf98cc7a0ebfac96a85d to your computer and use it in GitHub Desktop.
Save vm137/bf98cc7a0ebfac96a85d to your computer and use it in GitHub Desktop.
.foo {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment