14 lines
191 B
CSS
14 lines
191 B
CSS
body {
|
|
color: #444;
|
|
font: 18px/1.6 Arial, Helvetica, sans-serif;
|
|
margin: 40px auto;
|
|
max-width: 650px;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3 {
|
|
line-height: 1.2
|
|
}
|