9 lines
87 B
CSS
9 lines
87 B
CSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
font-family: monospace;
|
|
font-size: 12px;
|
|
}
|