From d1aca3c6fc2945b568e87e86b6025c78dbf65bd3 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Wed, 7 Feb 2024 21:16:54 +0200 Subject: feat: fixed the canvas backend, and updated the frontend --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 style.css (limited to 'style.css') 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 -- cgit v1.2.3