main
css 8 lines 87 Bytes
Raw
1 * {
2 box-sizing: border-box;
3 }
4
5 body {
6 font-family: monospace;
7 font-size: 12px;
8 }