summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorRasmus <rasmus.luha@gmail.com>2023-06-07 18:08:07 +0300
committerRasmus <rasmus.luha@gmail.com>2023-06-07 18:08:07 +0300
commit562fd4eb2551cf26c19d619bdf00dbd965fb11d5 (patch)
tree3b0c20572e94b4d1d25b0aeb46594469bfc32188 /styles.css
parent62caa37da257987c9585ac57ab64bb12ea481d0b (diff)
logos
Former-commit-id: ae8208f2b601fc90dbf3bcbd976e17ae6fe85f83
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css26
1 files changed, 23 insertions, 3 deletions
diff --git a/styles.css b/styles.css
index 214c95c..3ad4651 100644
--- a/styles.css
+++ b/styles.css
@@ -7,8 +7,6 @@ body {
}
-
-
/* NavBar */
.navbar{
margin: 1.2rem;
@@ -28,6 +26,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;
+}
+
+
/* Background image */
@@ -42,12 +62,12 @@ body {
background-color: #90949b;
background-image: url('img/rahvas.jpg');
background-size: cover;
+ background-position: 50% 57%;
background-blend-mode: multiply;
}
-
/* Button */
.mainBtn{
color: #fff;