From 9596570c9ff6fcf0561f04ea76819d3eeaccff84 Mon Sep 17 00:00:00 2001 From: bonnebulle Date: Thu, 23 Oct 2025 12:02:07 +0200 Subject: [PATCH] style.css --- style.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..1e42ec3 --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +html { + background-color: #000; + color: #FFF; +} \ No newline at end of file