cutiee82 commited on
Commit
cca990e
·
verified ·
1 Parent(s): 9eaa7ea

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -1
style.css CHANGED
@@ -1,5 +1,10 @@
1
  * {
2
  box-sizing: border-box;
3
  margin: 0;
4
- padding: 0
 
 
 
 
 
5
  }
 
1
  * {
2
  box-sizing: border-box;
3
  margin: 0;
4
+ padding: 0;
5
+ }
6
+
7
+ html, body {
8
+ font-family: Arial, sans-serif;
9
+ line-height: 1.6;
10
  }