add lantea and mandelbrot apps
[mandelbrot-web.git] / style / mandelbrot.css
diff --git a/style/mandelbrot.css b/style/mandelbrot.css
new file mode 100644 (file)
index 0000000..5e3cade
--- /dev/null
@@ -0,0 +1,16 @@
+#overlayArea {
+  position: absolute;
+}
+
+#settings {
+  display: none;
+}
+
+#mainArea {
+  text-align: center;
+  margin: 1em 0;
+}
+
+#mbrotImage {
+  background-color: lightblue;
+}