From 30f32e4804172092673710c41e1d4082f703b573 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 18 Jun 2019 11:16:51 +0200 Subject: playing with maps & content --- hackmap.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hackmap.css (limited to 'hackmap.css') 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; +} -- cgit v1.2.3