Initial commit

This commit is contained in:
2025-12-30 15:13:02 +01:00
parent 5934d24f7f
commit fe06fd9763

View File

@@ -28,9 +28,9 @@ body {
padding: 0; padding: 0;
height: 100vh; height: 100vh;
width: 100vw; width: 100vw;
background: linear-gradient(-45deg, #7b7fd8, #b57cf2, #8b5cf6, #6930c3); background: linear-gradient(-45deg, #7b7fd8, #b57cf2, #8b5cf6, #6930c3, #7b7fd8);
background-size: 400% 400%; background-size: 400% 400%;
animation: gradientShift 15s ease infinite; animation: gradientShift 12s ease-in-out infinite;
font-family: 'Segoe UI', system-ui, sans-serif; font-family: 'Segoe UI', system-ui, sans-serif;
color: var(--text-main); color: var(--text-main);
overflow: hidden; overflow: hidden;
@@ -43,7 +43,13 @@ body {
0% { 0% {
background-position: 0% 50%; background-position: 0% 50%;
} }
25% {
background-position: 100% 50%;
}
50% { 50% {
background-position: 50% 100%;
}
75% {
background-position: 100% 50%; background-position: 100% 50%;
} }
100% { 100% {