2020 day 12 + visualisation

This commit is contained in:
tristan 2020-12-12 18:34:40 +00:00
parent 29b64b4715
commit 171802a184
8 changed files with 1038 additions and 3 deletions

27
2020/12/part2/style.css Normal file
View file

@ -0,0 +1,27 @@
#output {
display: block;
overflow-y: scroll;
height: 100px;
}
#input {
position: absolute;
top: 8px;
left: 516px;
height: 500px;
}
input {
direction: rtl;
}
canvas, #output {
background-color: #10101a;
border: 1px solid #333340;
}
body {
background-color: #0f0f23;
color: #cccccc;
font-family: "Source Code Pro", monospace;
}