From 3280ab57bffb3fa1018d406eb25a3d98564a51d7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 5 Jan 2016 18:10:35 +0100 Subject: Implement basic map rendering --- src/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/style.css (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..a1d58ec --- /dev/null +++ b/src/style.css @@ -0,0 +1,14 @@ +html, body { + width: 100%; + height: 100%; +} + +canvas { + position: absolute; +} + +* { + margin: 0px; + padding: 0px; + border: 0px; +} -- cgit v1.2.3