update css
This commit is contained in:
parent
02e625e168
commit
7cb52dd745
|
@ -1,3 +1,15 @@
|
|||
html {
|
||||
font-size: 100%;
|
||||
html,
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: pink;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue