Toaster496 commited on
Commit
f9bfb42
·
1 Parent(s): 925e28b

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -0
style.css ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ padding: 0;
3
+ margin: 0;
4
+ }
5
+
6
+ iframe {
7
+ width:100vw;height:100vh;border:0;
8
+ }