update animation

This commit is contained in:
Jidong Xiao
2025-04-25 20:12:30 -04:00
committed by JamesFlare1212
parent 083ae76743
commit 643c7f1038
3 changed files with 125 additions and 149 deletions

View File

@@ -1,6 +1,6 @@
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
/*base styling */
/* Base styling */
body {
margin: 0;
background-color: #f7f8fa;
@@ -8,7 +8,7 @@ body {
color: #333;
}
/*layout containers */
/* Layout containers */
#main-container {
display: flex;
width: 90%;
@@ -36,7 +36,7 @@ body {
box-sizing: border-box;
}
/*stack title */
/* Stack title */
#stack-title {
font-size: 20px;
text-align: center;
@@ -44,7 +44,7 @@ body {
color: #555;
}
/*controls */
/* Controls */
#tabs {
display: flex;
justify-content: center;
@@ -100,7 +100,7 @@ button:active {
transform: translateY(1px);
}
/*status & logs */
/* Status & logs */
#status,
#log,
#final-seq {