wasm
This commit is contained in:
parent
d3a09df7a8
commit
0c48519dd7
8 changed files with 1830 additions and 96 deletions
23
wasm/index.css
Normal file
23
wasm/index.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
html {
|
||||
display: table;
|
||||
margin: auto;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
min-height: 95vh;
|
||||
}
|
||||
|
||||
figure {
|
||||
display: inline-flex;
|
||||
border: 1px solid goldenrod;
|
||||
}
|
||||
|
||||
canvas {
|
||||
background-color: black;
|
||||
border: 4px solid darkgreen;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue