1
Fork 0

actually animate the thing lmao

This commit is contained in:
Ashley 2023-12-22 21:32:34 +00:00
parent 3815cf79ec
commit c76afcf168

View file

@ -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;
}