Update
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
--Quicksand: "Quicksand", sans-serif;
|
--Quicksand: "Quicksand", sans-serif;
|
||||||
--Roboto: "Roboto", sans-serif;
|
--Roboto: "Roboto", sans-serif;
|
||||||
--dark: #3c393d;
|
--dark: #3c393d;
|
||||||
-exDark: #2b2b2b;
|
--exDark: #2b2b2b;
|
||||||
}
|
}
|
||||||
*{
|
*{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@@ -61,3 +61,19 @@
|
|||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
transition: opacity 0.5s ease;
|
transition: opacity 0.5s ease;
|
||||||
}
|
}
|
||||||
|
.navbar-nav a:hover{
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
.banner{
|
||||||
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.banner-title span{
|
||||||
|
font-family: var(--Playfair);
|
||||||
|
color: var(--exDark);
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user