diff options
Diffstat (limited to 'lehed/juhend/styles.css')
-rw-r--r-- | lehed/juhend/styles.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lehed/juhend/styles.css b/lehed/juhend/styles.css index e19b377..58c68b6 100644 --- a/lehed/juhend/styles.css +++ b/lehed/juhend/styles.css @@ -3,6 +3,7 @@ body{ font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } +h1 {color: #FFB673} /* NavBar */ .navbar{ @@ -23,6 +24,28 @@ body{ .navbar a{ color: white; } +.logo { + height: 3.7rem; + width: auto; +} + +footer { + margin: 2% 3%; + margin-top: 5%; +} +footer p { + color: #DBE2E9; + font-size: 0.75em; + line-height: normal; +} + +.logoWrapper { + text-align: center; + align-items: center; + justify-content: center; +} + + |