Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cherry-ghosts
/
web
like
1
Running
App
Files
Files
cutiee82
commited on
Jan 22
Commit
cca990e
·
verified
·
1 Parent(s):
9eaa7ea
Update style.css
Browse files
Files changed (1)
hide
show
style.css
+6
-1
style.css
CHANGED
Viewed
@@ -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
}