8 lines
201 B
CSS
8 lines
201 B
CSS
* {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
}
|
|
|
|
:root {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
} |