8 lines
112 B
CSS
8 lines
112 B
CSS
|
html {
|
||
|
box-sizing: border-box;
|
||
|
font-family: sans-serif;
|
||
|
}
|
||
|
*, *::before, *::after {
|
||
|
box-sizing: inherit;
|
||
|
}
|