From 7b806223be82d2313b06b0a56010e6f58dd0f1cd Mon Sep 17 00:00:00 2001 From: amarcel Date: Tue, 21 May 2024 08:05:11 +0000 Subject: [PATCH] Delete styles.css --- styles.css | 60 ------------------------------------------------------ 1 file changed, 60 deletions(-) delete mode 100644 styles.css diff --git a/styles.css b/styles.css deleted file mode 100644 index e408fd3..0000000 --- a/styles.css +++ /dev/null @@ -1,60 +0,0 @@ -body { - font-family: Arial, sans-serif; - background-color: #f5f5f5; - color: #333; - margin: 0; - padding: 20px; - line-height: 1.6; -} - -h1 { - text-align: center; - color: #0056b3; - margin-bottom: 20px; -} - -input[type="text"] { - width: calc(100% - 22px); - padding: 10px; - margin-bottom: 10px; - border: 1px solid #ccc; - border-radius: 4px; - box-sizing: border-box; -} - -button { - display: block; - width: 100%; - padding: 10px; - background-color: #0056b3; - color: white; - border: none; - border-radius: 4px; - cursor: pointer; - font-size: 16px; -} - -button:hover { - background-color: #004494; -} - -h2 { - color: #0056b3; - border-bottom: 2px solid #0056b3; - padding-bottom: 5px; - margin-top: 20px; -} - -#nieposortowane { - display: flex; - flex-direction: column; -} - - -/* .pre { - background-color: #fff; - border: 1px solid #ccc; - padding: 10px; - border-radius: 4px; - overflow-x: auto; -} */