mirror of
https://codeberg.org/liliesh/homepage.git
synced 2026-03-19 06:18:35 +01:00
15 lines
No EOL
196 B
CSS
15 lines
No EOL
196 B
CSS
#blinky {
|
|
animation: hide 750ms infinite;
|
|
}
|
|
|
|
@keyframes hide {
|
|
0% { opacity: 1.0;}
|
|
50% { opacity: 0.0;}
|
|
}
|
|
|
|
|
|
#avatar {
|
|
filter: url(#pixelate);
|
|
width: 200px;
|
|
height: 200px;
|
|
} |