From d663ccc55db3cade61f381fa355704755c4196b3 Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Wed, 11 Feb 2026 20:21:18 -0500 Subject: [PATCH] style --- frontend/index.html | 1 + frontend/src/pages/Home.tsx | 8 ++++---- frontend/src/styles/home.css | 29 +++++++++++++++++++++++++++-- 3 files changed, 32 insertions(+), 6 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index ee09701..834e75e 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,6 +4,7 @@ + kohngrüti app diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index 4c9774c..9235f2e 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -5,11 +5,11 @@ const Home = () => { return (
-
-

kohngrüti

+
+

kohngrüti

-
- +
+ recenter
diff --git a/frontend/src/styles/home.css b/frontend/src/styles/home.css index f9e4807..07327e0 100644 --- a/frontend/src/styles/home.css +++ b/frontend/src/styles/home.css @@ -5,12 +5,37 @@ display: flex; } - .mainHead { + .main-head-subbox-right { + display: flex; + justify-content: flex-end; + margin-right: 34px; + width: 50%; + } + + .main-head-subbox-left { + display: flex; + justify-content: flex-start; + margin-left: 34px; + width: 50%; + } + + .main-head { font-size: 5rem; color: #6dd6f4; - margin: 2px 0px 24px 24px; + margin: 2px 0px 24px 22px; font-family: "Sulphur Point", sans-serif; font-weight: 500; letter-spacing: 3px; text-decoration: underline; + } + + .material-symbols-outlined { + margin: 14px 64px 0px 0px; + font-size: 82px; + color: #6dd6f4; + font-variation-settings: + 'FILL' 0, + 'wght' 300, + 'GRAD' 0, + 'opsz' 24 } \ No newline at end of file