mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 19:26:43 +01:00
some styling and uw8.ram -> env.memory
This commit is contained in:
22
web/src/style.css
Normal file
22
web/src/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user