8aa65ac9a5ace044bbcc0863548f614a00cc3d26
[mandelbrot-web.git] / style / mandelbrot.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 body {
6   font-family: sans-serif;
7 }
8
9 #overlayArea {
10   position: absolute;
11 }
12
13 #settings {
14   display: none;
15 }
16
17 #mainArea {
18   text-align: center;
19   margin: 1em 0;
20 }
21
22 #mbrotImage {
23   background-color: lightblue;
24 }