some styling and uw8.ram -> env.memory

This commit is contained in:
2021-11-03 09:15:31 +01:00
parent b34ff18a60
commit a6336c5d11
5 changed files with 54 additions and 22 deletions

22
web/src/style.css Normal file
View File

@@ -0,0 +1,22 @@
html {
font-family: 'Josefin Sans', sans-serif;
background-color: #202024;
color: #808070;
height: 100%;
}
body {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
canvas {
margin: 8px;
box-shadow: 5px 5px 20px black;
}
.error {
color: red;
}