From 562fd4eb2551cf26c19d619bdf00dbd965fb11d5 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Wed, 7 Jun 2023 18:08:07 +0300 Subject: logos Former-commit-id: ae8208f2b601fc90dbf3bcbd976e17ae6fe85f83 --- lehed/projekt/styles.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'lehed/projekt/styles.css') diff --git a/lehed/projekt/styles.css b/lehed/projekt/styles.css index 0c12a82..0be49e3 100644 --- a/lehed/projekt/styles.css +++ b/lehed/projekt/styles.css @@ -22,3 +22,31 @@ body{ } .navbar a{ color: white; } + +h1 {color: #FFB673} +main { + margin: 2.5% 13%; + color: white; +} + + +.logo { + height: 3.7rem; + width: auto; +} + +footer { + margin: 2% 13%; + margin-top: 5%; +} +footer p { + color: #DBE2E9; + font-size: 0.75em; + line-height: normal; +} + +.logoWrapper { + text-align: center; + align-items: center; + justify-content: center; +} -- cgit v1.2.3