summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-02-07 21:16:54 +0200
committerMartial Simon <msimon_fr@hotmail.com>2024-02-07 21:16:54 +0200
commitd1aca3c6fc2945b568e87e86b6025c78dbf65bd3 (patch)
tree43bbbcc64d6f6c4a8c0e0799ccfe401747e64621 /style.css
parent47c90f8eec284511087041ad28828283efb90592 (diff)
feat: fixed the canvas backend, and updated the frontend
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..f10a42e
--- /dev/null
+++ b/style.css
@@ -0,0 +1,9 @@
+body {
+ background: linear-gradient(60deg, skyblue, 70%, blue) no-repeat fixed;
+ background-size: cover;
+}
+
+canvas {
+ background-color: aliceblue;
+ border-radius: 20px;
+} \ No newline at end of file