Add header styles

This commit is contained in:
2026-05-06 20:35:27 +02:00
parent d454405cb7
commit 4f8240457c
2 changed files with 38 additions and 34 deletions
-24
View File
@@ -5,30 +5,6 @@ body {
font-size: 16px;
}
.global-header {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 40px;
}
.global-header h1 {
display: inline-block;
margin: 0;
line-height: 1;
background: linear-gradient(to right, #689BDB, #5F8DDC, #5077C7, #4562BE, #374FA5, #22298F);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-size: 6rem;
}
.slogan{
margin: 0;
font-size: small;
}
form {
display: flex;
justify-content: center;