From 62f9580aee28660ad1843188283f6cf2e68f666f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20LACROIX?= Date: Wed, 31 May 2023 16:46:49 +0200 Subject: [PATCH] added style.css (the graphical interpreter's stylesheet) because code is better when it looks cool --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..0eb8a07 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ + +#code { + overflow: auto scroll; + text-align: center; + padding-top: 3; + width: 100%; +} \ No newline at end of file