mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Move some base styles from body
to html
This commit is contained in:
parent
05197be330
commit
85cf4d5985
9
main.css
9
main.css
@ -1,10 +1,13 @@
|
|||||||
|
html {
|
||||||
|
background: #f7f7f7;
|
||||||
|
color: #333;
|
||||||
|
font: 16px/1.4 Open Sans, Helvetica, Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
max-width: 720px;
|
max-width: 720px;
|
||||||
padding: 20px 40px;
|
padding: 20px 40px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background: #f7f7f7;
|
|
||||||
color: #333;
|
|
||||||
font: 16px/1.4 Open Sans, Helvetica, Arial, sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
Reference in New Issue
Block a user