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; -}