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