generated from Seekra/repository-template
Fix Gradient
This commit is contained in:
@@ -13,18 +13,22 @@ body {
|
||||
|
||||
.global-header {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding-top: 40px; /* ← Abstand nach oben */
|
||||
}
|
||||
|
||||
.global-header h1 {
|
||||
display: block;
|
||||
margin-bottom: 0;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 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;
|
||||
padding: 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.slogan {
|
||||
|
||||
Reference in New Issue
Block a user