summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-03-28 20:06:49 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-03-28 20:06:49 +0200
commit016989874c9be3d61080a6fd1396e11fa5feeee1 (patch)
tree575cd01c265ba4ee829da0c06455862d3ca63a46 /index.css
parent6556c88426c5ca3686a6e0aaee79706b41ed52d3 (diff)
downloadvortrag-knn-016989874c9be3d61080a6fd1396e11fa5feeee1.tar.gz
vortrag-knn-016989874c9be3d61080a6fd1396e11fa5feeee1.zip
first working version
Diffstat (limited to 'index.css')
-rw-r--r--index.css9
1 files changed, 9 insertions, 0 deletions
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%;
+}