From e398a28909416e27e4f342636671fce3da11d64c Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Mon, 1 Sep 2025 14:12:39 +0200 Subject: [PATCH] Delete website/style.css --- website/style.css | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 website/style.css diff --git a/website/style.css b/website/style.css deleted file mode 100644 index 615f00b4..00000000 --- a/website/style.css +++ /dev/null @@ -1,15 +0,0 @@ -body { - font-family: Arial, sans-serif; - background-color: #f0f0f0; - text-align: center; -} - -ul { - list-style-type: none; -} - -li { - margin: 10px 0; - font-size: 18px; - color: #333; -}