mirror of
https://codeberg.org/ashley/poke
synced 2026-04-09 08:57:57 +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;
|
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user