Added animations, improved footer
This commit is contained in:
@@ -1,20 +1,23 @@
|
||||
.menu-container {
|
||||
font-family: 'Mona-Sans';
|
||||
padding: 25px 10vmin;
|
||||
width: calc(100% - 20vmin);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
position: sticky;
|
||||
position: fixed;
|
||||
z-index: 8;
|
||||
top: -140px;
|
||||
transition: top 0.3s;
|
||||
}
|
||||
|
||||
.menu-container-white {
|
||||
color:#222;
|
||||
background-color: #ffffff;
|
||||
background-color: #F8FAFC;
|
||||
}
|
||||
|
||||
.menu-container-black {
|
||||
color: #ffffff;
|
||||
color: #F8FAFC;
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
@@ -23,7 +26,7 @@
|
||||
}
|
||||
|
||||
.menu-items >a, .menu-items >div>button {
|
||||
color: #ffffff;
|
||||
color: #F8FAFC;
|
||||
padding-left: 50px;
|
||||
font-weight: 700;
|
||||
font-size: 15px;
|
||||
@@ -54,7 +57,7 @@
|
||||
margin: 5px 10vmin;
|
||||
z-index: 15;
|
||||
border-radius: 15px;
|
||||
background-color: #ffffff;
|
||||
background-color: #F8FAFC;
|
||||
padding: 30px 60px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user