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