This commit is contained in:
Liliesh 2026-03-08 10:08:52 +01:00
parent f4220fb09a
commit b6e2eaad79
Signed by untrusted user who does not match committer: liliesh
GPG key ID: 680387646C7BAE8E
7 changed files with 38 additions and 6 deletions

15
html/about_me.css Normal file
View file

@ -0,0 +1,15 @@
#blinky {
animation: hide 750ms infinite;
}
@keyframes hide {
0% { opacity: 1.0;}
50% { opacity: 0.0;}
}
#avatar {
filter: url(#pixelate);
width: 200px;
height: 200px;
}