From f4bcf024fe2d3b9f00b27efbbb0f6a7912142ca8 Mon Sep 17 00:00:00 2001 From: email Date: Wed, 16 Oct 2024 11:16:38 +0200 Subject: [PATCH] style --- css/style.css | 20 ++++++++++++++------ index.html | 38 +------------------------------------- 2 files changed, 15 insertions(+), 43 deletions(-) diff --git a/css/style.css b/css/style.css index 74183a1..9eb7827 100644 --- a/css/style.css +++ b/css/style.css @@ -2,26 +2,34 @@ body { font-family: Arial, sans-serif; margin: 20px; } - table { width: 100%; border-collapse: collapse; } - table, th, td { border: 1px solid black; } - th, td { padding: 10px; text-align: center; } - th { background-color: #f2f2f2; } - input[type="number"], input[type="checkbox"] { transform: scale(1.2); } - +button { + padding: 10px; + margin: 10px 5px; + font-size: 16px; +} +#stats { + margin-top: 20px; +} +.tab { + display: none; +} +.active { + display: block; +} \ No newline at end of file diff --git a/index.html b/index.html index e5e4047..0092002 100644 --- a/index.html +++ b/index.html @@ -4,43 +4,7 @@ Ocena Zachowania - +