Last active
September 21, 2017 22:27
-
-
Save lazyTai/5ae6e7b4c2819be4cab9a12b2e0fe944 to your computer and use it in GitHub Desktop.
to center bodymargin auto 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { | |
width: 100%; | |
margin: 0; | |
padding: 0; | |
} | |
body { | |
max-width: 700px; | |
margin: 0 auto; | |
padding: 0; | |
font-family: sans-serif; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Object { | |
resource: C:\Users\lmt\Desktop\react\webpack\app\css.css, | |
resourceQuery: , | |
issuer: C:\Users\lmt\Desktop\react\webpack\app\index.js, | |
compiler: undefined | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
css 居中显示