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;
--Roboto: "Roboto", sans-serif;
--dark: #3c393d;
-exDark: #2b2b2b;
--exDark: #2b2b2b;
}
*{
padding: 0;
@@ -60,4 +60,20 @@
padding: 0.4rem 0.1rem;
letter-spacing: 3px;
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);
}