|
@@ -58,6 +58,8 @@ body {
|
|
color: white;
|
|
color: white;
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
border: none;
|
|
border: none;
|
|
|
|
+ -webkit-transition: 0.1s;
|
|
|
|
+ transition: 0.1s;
|
|
}
|
|
}
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
@@ -86,6 +88,18 @@ body {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.joinBtn:hover {
|
|
|
|
+ background-color: orange;
|
|
|
|
+ -webkit-box-shadow: 0 0 23px purple;
|
|
|
|
+ box-shadow: 0 0 23px purple;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.joinBtn:active {
|
|
|
|
+ background-color: purple;
|
|
|
|
+ -webkit-box-shadow: 0 0 13px orange;
|
|
|
|
+ box-shadow: 0 0 13px orange;
|
|
|
|
+}
|
|
|
|
+
|
|
.highlight {
|
|
.highlight {
|
|
background-color: #ff4e33;
|
|
background-color: #ff4e33;
|
|
}
|
|
}
|
|
@@ -357,6 +371,8 @@ body {
|
|
color: white;
|
|
color: white;
|
|
background: -webkit-gradient(linear, left top, right top, from(orange), to(brown));
|
|
background: -webkit-gradient(linear, left top, right top, from(orange), to(brown));
|
|
background: linear-gradient(to right, orange, brown);
|
|
background: linear-gradient(to right, orange, brown);
|
|
|
|
+ -webkit-transition: 0.5s;
|
|
|
|
+ transition: 0.5s;
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -463,7 +479,7 @@ body {
|
|
width: auto;
|
|
width: auto;
|
|
}
|
|
}
|
|
.banner {
|
|
.banner {
|
|
- margin-bottom: -17%;
|
|
|
|
|
|
+ top: 9.5vh;
|
|
}
|
|
}
|
|
.banner__wrapper {
|
|
.banner__wrapper {
|
|
width: 90%;
|
|
width: 90%;
|