mirror of
https://codeberg.org/liliesh/homepage.git
synced 2026-03-18 22:08:35 +01:00
Meow
This commit is contained in:
parent
f4220fb09a
commit
b6e2eaad79
7 changed files with 38 additions and 6 deletions
15
html/about_me.css
Normal file
15
html/about_me.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue