Create style.css

This commit is contained in:
Namhyeon Go 2018-03-09 21:21:39 +09:00 committed by GitHub
parent e6e627b5ea
commit c8ce239ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
html, body { margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; }
iframe { border: 0; margin: 0; padding: 0; width: 100%; height: 100%; }
.invisible { display: none; }