6 lines
84 B
CSS
6 lines
84 B
CSS
|
@charset "utf-8";
|
||
|
|
||
|
* { box-sizing: border-box; }
|
||
|
|
||
|
body { font-family: sans-serif; }
|