This commit is contained in:
aze
2025-09-05 21:19:06 +02:00
parent 2c1239bf87
commit 63da5b9245

View File

@@ -22,14 +22,18 @@
.ascii-art { .ascii-art {
font-family: "RoboMono", monospace; font-family: "RoboMono", monospace;
white-space: pre; white-space: pre;
font-size: 30px; line-height: 1.1;
line-height: 1; margin-bottom: 2rem;
margin-bottom: 30px;
user-select: none; user-select: none;
font-size: clamp(1.25rem, 1.5vw, 1.875rem);
color: black;
transition: color 1s ease-in-out;
} }
.ascii-art:hover { .ascii-art:hover {
animation: pulseWhite 1s infinite alternate; animation: pulseWhite 1.5s infinite alternate;
} }
@keyframes pulseWhite { @keyframes pulseWhite {
@@ -41,6 +45,7 @@
} }
} }
body { body {
margin: 0; margin: 0;
height: 100vh; height: 100vh;