No comment
This commit is contained in:
@@ -28,6 +28,8 @@ $dropdown-toggle_s_second_bar: math.div($dropdown-toggle_s_width - 4, 2);
|
||||
}
|
||||
|
||||
#logo {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 56px;
|
||||
|
||||
@include mixins.header_overflow2 {
|
||||
@@ -35,6 +37,29 @@ $dropdown-toggle_s_second_bar: math.div($dropdown-toggle_s_width - 4, 2);
|
||||
}
|
||||
}
|
||||
|
||||
.bounce-animation {
|
||||
span {
|
||||
font: 600 56px 'Oswald', sans-serif;
|
||||
display: inline-block;
|
||||
color: variables.$clr_brand;
|
||||
animation: bounce 2500ms infinite;
|
||||
animation-delay: calc(.1s * var(--i));
|
||||
|
||||
@include mixins.header_overflow2 {
|
||||
font-size: 36px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes bounce {
|
||||
0%,40%,100% {
|
||||
transform: translateY(0)
|
||||
}
|
||||
20% {
|
||||
transform: translateY(-5px)
|
||||
}
|
||||
}
|
||||
|
||||
.navbar {
|
||||
display: flex;
|
||||
|
||||
|
||||
@@ -36,4 +36,5 @@ $clr_sides: #364040;
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
|
||||
@@ -11,20 +11,11 @@ $social-button_inner_margin: 10px;
|
||||
.showcase {
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
background-image: url("../../resources/img/showcase.jpg");
|
||||
background-image: url("../../resources/img/index/g.jpg"), url("../../resources/img/index/y.jpg");
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
backdrop-filter: brightness(0%);
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
filter: brightness(50%);
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
font: 800 128px "Montserrat", sans-serif;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
|
||||
.table {
|
||||
|
||||
Reference in New Issue
Block a user