mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 17:37:36 +01:00
11 lines
140 B
Markdown
11 lines
140 B
Markdown
```css
|
|
html, body, ul, ol {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
background-color: #efefef;
|
|
font-size: 100% Helvetica, sans-serif;
|
|
}
|
|
``` |