add lantea and mandelbrot apps
[mandelbrot-web.git] / style / mandelbrot.css
1 #overlayArea {
2   position: absolute;
3 }
4
5 #settings {
6   display: none;
7 }
8
9 #mainArea {
10   text-align: center;
11   margin: 1em 0;
12 }
13
14 #mbrotImage {
15   background-color: lightblue;
16 }