From afd1d4bf79285e90907ad9225d1bd290baeb1d07 Mon Sep 17 00:00:00 2001 From: 8tool Date: Sun, 6 Oct 2024 18:42:17 +0530 Subject: [PATCH 1/3] CSS Change Header Light Mode --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index 1b3ba60..ce3e30a 100644 --- a/style.css +++ b/style.css @@ -47,6 +47,14 @@ h1 { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } +.light-mode h1{ + text-align: center; + margin-bottom: 20px; + font-size: 2.5em; + color: #473e1d; + text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); +} + #entryForm { display: flex; margin-bottom: 20px; From 344ab2751540a68470707e24d82a37d43395ed2b Mon Sep 17 00:00:00 2001 From: vizzv Date: Mon, 7 Oct 2024 15:41:03 +0530 Subject: [PATCH 2/3] improving responsiveness --- index.html | 9 ++++++-- script.js | 46 ++++++++++++++++++++++++++++++++++++-- style.css | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 114 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 37e7558..924575f 100644 --- a/index.html +++ b/index.html @@ -8,14 +8,19 @@
+

Zen Note

+ +
- +
+ +
    - +