From 3190629286021124adea259d43a3c7843ace8a6b Mon Sep 17 00:00:00 2001 From: Fredrik Wahlberg Date: Fri, 24 Jan 2025 18:17:16 +0100 Subject: [PATCH] Material design! --- public/index.html | 26 +++++++++++++++++--------- public/style.css | 22 ---------------------- 2 files changed, 17 insertions(+), 31 deletions(-) diff --git a/public/index.html b/public/index.html index 8b10f48..83b087c 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,7 @@ Fredriks todos + @@ -13,20 +14,26 @@
-

TODO

+

TODO

- -

+
+ + +
- -

+
+ + +
- -

+
+ + +
- +
-

+

@@ -41,5 +48,6 @@ firstDayOfWeek: 1 // Start weeks on Monday }); + diff --git a/public/style.css b/public/style.css index 7aa6c22..3a61573 100644 --- a/public/style.css +++ b/public/style.css @@ -20,28 +20,6 @@ h1 { text-align: center; } -input, textarea { - width: 90%; - padding: 8px; - margin-bottom: 10px; - border: 1px solid #ccc; - border-radius: 4px; -} - -button { - width: 100%; - padding: 10px; - background-color: #4CAF50; - color: white; - border: none; - border-radius: 4px; - cursor: pointer; -} - -button:hover { - background-color: #45a049; -} - #responseMessage { text-align: center; color: green;