added canvas renderer

This commit is contained in:
David Meincke
2022-03-22 21:13:56 +01:00
parent b4762ccfed
commit 4e9d0393ec
13 changed files with 212 additions and 14 deletions
+6 -1
View File
@@ -5,7 +5,12 @@ html, body {
overflow: hidden;
}
*, *::before, *::after {
box-sizing: border-box;
}
body {
font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
padding: 10px;
background-color: #e3e3e3;
}