Added blinking cursor

This commit is contained in:
deepend-tildeclub
2020-05-06 23:11:12 -04:00
committed by Ben Harris
parent e77db2b119
commit 7caf0e8652
+7
View File
@@ -60,6 +60,13 @@ hr {
padding: 1em;
border-radius: 0.25em;
}
h1::after {
content: "_";
animation-name: cursor;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(1.0,0,0,1.0);
animation-duration: 1s;
}
h1 {
text-transform: uppercase;
color: #fb5;