diff options
Diffstat (limited to 'lehed/oppematerjalid/styles.css')
-rw-r--r-- | lehed/oppematerjalid/styles.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lehed/oppematerjalid/styles.css b/lehed/oppematerjalid/styles.css index 74ca032..987edbd 100644 --- a/lehed/oppematerjalid/styles.css +++ b/lehed/oppematerjalid/styles.css @@ -1,6 +1,7 @@ body{ font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; background-color: #43464b; + max-height: 100vh !important; } /* NavBar */ @@ -20,3 +21,40 @@ body{ font-weight: bolder; } .navbar a{ color: white; } + + +/* Lingid */ +.lingid { + height: 70%; + display: flex; + align-items: center ; + justify-content: center; +} + +.link{ + text-decoration: none; + margin: 4rem; +} + +h3{ + font-size: 3.7rem; + font-weight: 555; +} + +.opilane{color: #a3be8c} +.opetaja{color: #d08770} + + +.opilane:hover{ + color: #a3be8c; + font-weight: bold; + font-weight: 3.8rem; +} +.opetaja:hover{ + color: #d08770; + font-weight: bold; + font-weight: 3.8rem; +} + + + |