Marcin Baraniecki a5b8c45d28 adds julia set example (#419)
* adds julia set example

* fixes indentation in *.js files

* fixes *.js formatting

* fixes a typo in function arguments signature
2018-07-08 10:57:19 -05:00

26 lines
338 B
CSS

body {
display: flex;
justify-content: center;
}
.controls {
display: flex;
align-items: flex-end;
margin-bottom: 1em;
}
.controls h1 {
margin: 0 .3em 0 0;
font-style: italic;
font-family: 'Times New Roman', Times, serif;
}
.controls > div {
margin-right: 1em;
}
button,
input[type="number"] {
margin-bottom: 0;
}