From 016989874c9be3d61080a6fd1396e11fa5feeee1 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 28 Mar 2016 20:06:49 +0200 Subject: first working version --- index.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 index.css (limited to 'index.css') diff --git a/index.css b/index.css new file mode 100644 index 0000000..4801000 --- /dev/null +++ b/index.css @@ -0,0 +1,9 @@ +html, body { + margin: 0; + padding: 0; +} +#visContainer { + position: fixed; + height: 100%; + width: 100%; +} -- cgit v1.3.1