mouse positions

This commit is contained in:
asus
2023-11-19 12:47:16 +01:00
parent 12e5204051
commit 4a0895ef1c
3 changed files with 87 additions and 51 deletions

View File

@@ -1,9 +1,11 @@
.mouse {
position: relative;
margin: 20px 0px 0px 0px;
}
.frames_container {
display: grid;
width: fit-content;
margin-left: 0px;
/*
border: 1px solid blue;
*/
@@ -44,3 +46,16 @@ pre.frame.f4 {animation-delay: calc(var(--tframes) * 75/100);}
100% {opacity: 0;}
}
#mouse_1 {
place-self: center;
}
#mouse_2 {
left: 10%;
}
#mouse_3 {
left: 60%;
}
#mouse_4 {
left: 20%;
}