summaryrefslogtreecommitdiff
path: root/hackmap/hackmap.css
diff options
context:
space:
mode:
Diffstat (limited to 'hackmap/hackmap.css')
-rw-r--r--hackmap/hackmap.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/hackmap/hackmap.css b/hackmap/hackmap.css
new file mode 100644
index 0000000..bad62d8
--- /dev/null
+++ b/hackmap/hackmap.css
@@ -0,0 +1,18 @@
+
+
+html, body {
+ margin: 0;
+}
+
+
+#demo {
+ display: block;
+ width: 100%;
+ height: 50vh;
+}
+
+iframe {
+ width:100%;
+ height:100%;
+ border: none;
+}