mirror of https://github.com/tildeclub/site.git
Added blinking cursor
This commit is contained in:
parent
e77db2b119
commit
7caf0e8652
|
@ -60,6 +60,13 @@ hr {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 0.25em;
|
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 {
|
h1 {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #fb5;
|
color: #fb5;
|
||||||
|
|
Loading…
Reference in New Issue