diff --git a/index.html b/index.html index 51eaf59..c92b042 100644 --- a/index.html +++ b/index.html @@ -11,16 +11,31 @@ margin: 0; padding: 0; height: 100%; + font: 12px/16px sans-serif; + color: white; } #seamap { width: 100%; height: 100%; } + + #controls { + position: fixed; + bottom: 10px; + left: 10px; + z-index: 1000; + }
+
+ +