aboutsummaryrefslogtreecommitdiffstats
path: root/site/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/main.css')
-rw-r--r--site/main.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/site/main.css b/site/main.css
new file mode 100644
index 0000000..f875232
--- /dev/null
+++ b/site/main.css
@@ -0,0 +1,11 @@
+html {
+ box-sizing: border-box;
+}
+*, *::before, *::after {
+ box-sizing: inherit;
+}
+
+canvas {
+ border: 1px solid orangered;
+ background-color: rgb(200 200 200);
+}