mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 20:37:51 +01: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;
|
box-shadow: 0 3px 14px #000;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes animateBg {
|
||||||
|
0% {
|
||||||
|
background-position:0 0
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background-position:100% 0
|
||||||
|
}
|
||||||
|
}
|
||||||
.video:hover{
|
.video:hover{
|
||||||
border:solid;
|
border:solid;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue