From bb3cffc3ed478f3aa653c05bbe24cd44947522a4 Mon Sep 17 00:00:00 2001 From: mango1o1 <143862092+cheaderthecoder@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:49:27 +0300 Subject: [PATCH] Delete style.css --- style.css | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index ea3209c..0000000 --- a/style.css +++ /dev/null @@ -1,53 +0,0 @@ - body { - font-family: Arial, sans-serif; - margin: 0; - padding: 0; - display: flex; - justify-content: center; - align-items: center; - height: 100vh; - background-color: #333; - color: #fff; - } - #converter { - text-align: center; - background-color: #444; - padding: 20px; - border-radius: 8px; - width: 60%; - max-width: 600px; - margin: auto; - } - #input, #output { - width: 100%; - padding: 10px; - margin: 10px 0; - border-radius: 4px; - border: 1px solid #ddd; - min-height: 100px; - background-color: #fff; - color: #000; - } - button { - padding: 10px 20px; - border: none; - border-radius: 4px; - background-color: #007BFF; - color: #fff; - cursor: pointer; - margin: 5px; - } - button:hover { - background-color: #0056b3; - } - select { - margin-bottom: 20px; - } - #conversionType - { - color: white; - background-color: #007bff; - border-radius: 4px; - border: none; - padding: 8px; - }