Update style.css

This commit is contained in:
deepend-tildeclub
2020-05-06 23:37:55 -06:00
committed by GitHub
parent 6f92582412
commit 443011bfd2

View File

@@ -85,10 +85,10 @@ h1 {
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
animation: reveal 4s linear; animation: reveal 4s linear;
text-overflow: "█"; text-overflow: "█";
} }
#fancyboi::after { #fancyboi::after {
content: "█"; content: "█";
animation: flash 0.5s step-end infinite; animation: flash 0.5s step-end infinite;
} }
} }