15 lines
210 B
CSS
15 lines
210 B
CSS
html,
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
line-height: 1.4em;
|
|
background: #eaeaea;
|
|
color: #4d4d4d;
|
|
width: 550px;
|
|
margin: 0 auto;
|
|
}
|