added landingpage title

This commit is contained in:
2021-12-16 11:11:04 +01:00
parent 42274f00bf
commit b51c1b7556
2 changed files with 25 additions and 1 deletions

View File

@@ -28,6 +28,26 @@ p {
font-size: 150%;
}
.header-title {
height: 300px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: 'Staatliches', sans-serif;
}
.header-title h1 {
font-size: 90px;
letter-spacing: 30px;
margin: 0;
}
.header-title h2 {
font-size: 30px;
letter-spacing: 10px;
margin: 0;
}
.divider {
height: 3px;
background-color: #ad080f;