mouse positions
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user