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