mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-23 13:40:52 +00:00
* adds julia set example * fixes indentation in *.js files * fixes *.js formatting * fixes a typo in function arguments signature
26 lines
338 B
CSS
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;
|
|
}
|