Skip to content

Instantly share code, notes, and snippets.

@kiinlam
Created December 11, 2014 09:00
Show Gist options
  • Save kiinlam/c93455754269bc17c2d3 to your computer and use it in GitHub Desktop.
Save kiinlam/c93455754269bc17c2d3 to your computer and use it in GitHub Desktop.
居中的样式
.center {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%,-50%) translateZ(0);
white-space: nowrap;
text-align: center
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment