Skip to content

Instantly share code, notes, and snippets.

@leizongmin
Created March 15, 2013 08:10
Show Gist options
  • Save leizongmin/5168239 to your computer and use it in GitHub Desktop.
Save leizongmin/5168239 to your computer and use it in GitHub Desktop.
CSS代码
.固定水平居中 {
position: fixed;
width: 200px;
left: 50%;
margin-left: -100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment