stop button, loop skipped a frame

This commit is contained in:
2021-12-31 11:10:32 +01:00
parent 04db31e4f4
commit 39fc339776
3 changed files with 23 additions and 4 deletions

View File

@ -10,6 +10,11 @@ body {
font-family: Courier New;
}
canvas {
background: #110812;
margin: 20px 0 0 0;
}
h1 {
font-size: large;
font-weight: bold;
@ -20,6 +25,12 @@ sidebar {
padding: 10px;
}
input[type="button"] {
min-width: 60px;
padding: 5px;
font-weight: bold;
}
.form-field {
display: flex;
margin: 10px;