2024-08-08 00:26:26 -07:00
|
|
|
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;
|
2024-08-09 15:19:48 -07:00
|
|
|
margin-top: 5px;
|
2024-08-08 00:26:26 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|