css is now in old form

This commit is contained in:
asus
2024-05-27 14:18:48 +02:00
parent 04883ef891
commit 8ac471331f
6 changed files with 94 additions and 94 deletions

View File

@@ -7,21 +7,20 @@
margin: auto;
width: fit-content;
overflow: hidden;
.frames {
position: relative;
animation: mouse_move infinite 2s normal steps(4);
&::before {
position: relative;
top: 0px;
left: 0px;
}
&::after {
position: absolute;
top: 100%;
left: 0px;
}
}
}
.mouse .frames {
position: relative;
animation: mouse_move infinite 2s normal steps(4);
}
.mouse .frames::before {
position: relative;
top: 0px;
left: 0px;
}
.mouse .frames::after {
position: absolute;
top: 100%;
left: 0px;
}
/*