Base layout
This commit is contained in:
parent
5edae81395
commit
6bbe665edc
2 changed files with 21 additions and 0 deletions
css
7
css/main.css
Normal file
7
css/main.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
html {
|
||||
box-sizing: border-box;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
*, *::before, *::after {
|
||||
box-sizing: inherit;
|
||||
}
|
Reference in a new issue