11 lines
No EOL
166 B
CSS
11 lines
No EOL
166 B
CSS
body {
|
|
width: 650px;
|
|
margin: 10px auto;
|
|
font: 300 16px 'helvetica neue', helvetica, arial;
|
|
}
|
|
h1 {
|
|
border-bottom: 3px solid #333;
|
|
}
|
|
pre {
|
|
overflow-x: auto;
|
|
} |