summaryrefslogtreecommitdiff
path: root/hackmap.css
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-06-18 11:16:51 +0200
committerYour Name <you@example.com>2019-06-18 11:16:51 +0200
commit30f32e4804172092673710c41e1d4082f703b573 (patch)
treef49e01c837271cf5212e8f1a2542a2ce991708b2 /hackmap.css
parent48449d455df9b2e7b3207a22aa49c1b8fbbb5e62 (diff)
downloadhacklab.brussels-30f32e4804172092673710c41e1d4082f703b573.tar.gz
playing with maps & content
Diffstat (limited to 'hackmap.css')
-rw-r--r--hackmap.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/hackmap.css b/hackmap.css
new file mode 100644
index 0000000..bad62d8
--- /dev/null
+++ b/hackmap.css
@@ -0,0 +1,18 @@
+
+
+html, body {
+ margin: 0;
+}
+
+
+#demo {
+ display: block;
+ width: 100%;
+ height: 50vh;
+}
+
+iframe {
+ width:100%;
+ height:100%;
+ border: none;
+}