Add Color Gradient to h1

This commit is contained in:
2026-05-04 18:03:34 +02:00
parent 25e497ac57
commit 04b5b29cd5
+5
View File
@@ -7,7 +7,12 @@ header {
}
header h1 {
display: inline-block;
margin-bottom: 0;
background: linear-gradient(to right, #689BDB, #5F8DDC, #5077C7, #4562BE, #374FA5, #22298F);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
header p {