mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 01:34:43 -05:00
actually animate the thing lmao
This commit is contained in:
parent
3815cf79ec
commit
c76afcf168
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue