Skip to content

Instantly share code, notes, and snippets.

@lazyTai
Last active September 21, 2017 22:27
Show Gist options
  • Save lazyTai/5ae6e7b4c2819be4cab9a12b2e0fe944 to your computer and use it in GitHub Desktop.
Save lazyTai/5ae6e7b4c2819be4cab9a12b2e0fe944 to your computer and use it in GitHub Desktop.
to center bodymargin auto 0
html {
width: 100%;
margin: 0;
padding: 0;
}
body {
max-width: 700px;
margin: 0 auto;
padding: 0;
font-family: sans-serif;
}
Object {
resource: C:\Users\lmt\Desktop\react\webpack\app\css.css,
resourceQuery: ,
issuer: C:\Users\lmt\Desktop\react\webpack\app\index.js,
compiler: undefined
}
@lazyTai
Copy link
Author

lazyTai commented Sep 21, 2017

css 居中显示

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment