blob: 471f2725c3b9f8f726c791c7c0e41b6ed701a767 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* You can add global styles to this file, and also import other style files */
* {
box-sizing: border-box;
}
html, body {
margin: 0;
}
body {
font-family: sans-serif;
}
|