This website requires JavaScript.
Explore
Help
Sign In
hatecomputers
/
hatecomputers.club
Watch
6
Star
0
Fork
You've already forked hatecomputers.club
0
Code
Issues
2
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dbd548d428
hatecomputers.club
/
static
/
css
/
blinky.css
10 lines
109 B
CSS
Raw
Blame
History
.
blinky
{
animation
:
blinker
1
s
step-start
infinite
;
}
@
keyframes
blinker
{
50
%
{
opacity
:
0
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink