From 8ab207a3d2e9e6328c3f49e94d22c141342e3fea Mon Sep 17 00:00:00 2001 From: Ethan BROUILLET <ethan.brouillet@ensiie.eu> Date: Tue, 25 Mar 2025 17:58:06 +0100 Subject: [PATCH] Upload New File --- style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..4667ffe --- /dev/null +++ b/style.css @@ -0,0 +1,22 @@ +* { + margin: 0; + padding: 0; +} + +body { + background: black; +} + +canvas { + display: block; +} + +#color { + color: #BBB; + font-family: helvetica, arial, sans-serif; + font-size: 1.2em; + position: absolute; + bottom: 0; + right: 0; + z-index: 1000; +} -- GitLab