Get a WebGL canvas working in Sycamore
This commit is contained in:
parent
c48d685ad6
commit
fd3cbae1b4
5 changed files with 224 additions and 0 deletions
23
app-proto/inversive-display/main.css
Normal file
23
app-proto/inversive-display/main.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
body {
|
||||
margin-left: 20px;
|
||||
margin-top: 20px;
|
||||
color: #fcfcfc;
|
||||
background-color: #202020;
|
||||
}
|
||||
|
||||
#app {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
canvas {
|
||||
float: left;
|
||||
background-color: #020202;
|
||||
border-radius: 10px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
input {
|
||||
margin-top: 5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue