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