summaryrefslogtreecommitdiff
path: root/hackmap/hackmap.css
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-06-08 21:47:53 +0200
committerYour Name <you@example.com>2019-06-08 21:47:53 +0200
commit0af39ef44d286b1836941f8d7800e9f959026089 (patch)
treea4f4b428c8f7f967c10f32552d7cb6d949fba05d /hackmap/hackmap.css
parentb36c62b99966c1d5f6d5551924219549da3410ff (diff)
downloadhacklab.brussels-0af39ef44d286b1836941f8d7800e9f959026089.tar.gz
added hackmap
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;
+}