Skip to content

Instantly share code, notes, and snippets.

@oguzhanaslan
Created May 6, 2015 08:20
Show Gist options
  • Save oguzhanaslan/b3532b521e177494f808 to your computer and use it in GitHub Desktop.
Save oguzhanaslan/b3532b521e177494f808 to your computer and use it in GitHub Desktop.
dikeyortala.css
.container {
transform-style: preserve-3d;
height:100px;
}
.center {
margin: 0;
position: relative;
top: 50%;
transform: translateY(-50%);
}
/* http://fatihhayrioglu.com/dikey-ortalamada-son-nokta/ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment