diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-05-14 16:12:01 +0300 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-05-14 16:12:01 +0300 |
commit | 62caa37da257987c9585ac57ab64bb12ea481d0b (patch) | |
tree | c3d6ec3389258db0b807286ac008f7dcd8653636 /lehed/oppematerjalid/styles.css | |
parent | 3c64a840a69b2685722765feadf0fec6e571b157 (diff) |
fixes
Former-commit-id: 09885e5cd344caaee9cdc2005b7e88dcc5206213
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; +} + + + |