index.css9 lines
mainRaw
* {
  box-sizing: border-box;
}

body {
  font-family: monospace;
  font-size: 12px;
}
Loading syntax highlighting…