added landingpage title
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user