Added blinking cursor

This commit is contained in:
deepend-tildeclub 2020-05-06 20:53:27 -06:00 committed by GitHub
parent 1e5bc33e82
commit 31698b4ad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

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;