update css

This commit is contained in:
Ray Elliott 2020-05-01 15:35:33 +01:00
parent 02e625e168
commit 7cb52dd745
1 changed files with 14 additions and 2 deletions

View File

@ -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;
}