Files
2017-08-25 10:43:47 -07:00

9 lines
87 B
CSS

* {
box-sizing: border-box;
}
body {
font-family: monospace;
font-size: 12px;
}