Skip to content

Instantly share code, notes, and snippets.

@dellermann
Created November 5, 2013 14:47
Show Gist options
  • Save dellermann/7320120 to your computer and use it in GitHub Desktop.
Save dellermann/7320120 to your computer and use it in GitHub Desktop.
.is-Transformed {
width: 50%;
margin: auto;
position: absolute;
top: 50%; left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment