Use basic styling from sample html

This commit is contained in:
2018-04-09 08:32:36 +05:30
parent 02e200fd57
commit cc5730431b
10 changed files with 6855 additions and 21 deletions
+13 -1
View File
@@ -1,5 +1,17 @@
body {
*,*::before,*::after {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
}
html, body, #root {
width: 100%;
height: 100%;
}
body {
font-family: sans-serif;
}