mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 16:43:45 +00:00
actually animate the thing lmao
This commit is contained in:
@@ -351,6 +351,15 @@ text-transform:uppercase;
|
||||
box-shadow: 0 3px 14px #000;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@keyframes animateBg {
|
||||
0% {
|
||||
background-position:0 0
|
||||
}
|
||||
100% {
|
||||
background-position:100% 0
|
||||
}
|
||||
}
|
||||
.video:hover{
|
||||
border:solid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user