Cleanup code

This commit is contained in:
AlphaX-Projects
2024-03-27 12:48:38 +01:00
parent 1c587325e8
commit 42201341c1
116 changed files with 356 additions and 452 deletions

View File

@@ -12,7 +12,7 @@
.center {
margin-top: 50%;
transform: translateY(-50%);
width auto;
width: auto;
height: auto;
overflow: hidden;
}
@@ -28,8 +28,8 @@
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
0% { --webkit-transform: rotate(0deg); }
100% { --webkit-transform: rotate(360deg); }
}
@keyframes spin {
@@ -49,4 +49,4 @@
</div>
</div>
</body>
</html>
</html>