Skip to content

Instantly share code, notes, and snippets.

@solome
Created August 30, 2018 09:19
Show Gist options
  • Save solome/d591522d51072c286dd2bd79b0629149 to your computer and use it in GitHub Desktop.
Save solome/d591522d51072c286dd2bd79b0629149 to your computer and use it in GitHub Desktop.
[CSS 居中] #css#
.foo {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment