Added blinking cursor

This commit is contained in:
deepend-tildeclub
2020-05-06 20:53:27 -06:00
committed by Ben Harris
parent e77db2b119
commit 7caf0e8652

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;