This commit is contained in:
Hiromi
2023-08-27 18:46:43 +02:00
parent 0dfaccca85
commit 5204feb77d

View File

@@ -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);
}