homepage/html/about_me.css
2026-03-08 10:08:52 +01:00

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;
}