diff --git a/index.html b/index.html index ffe2c88..26e270d 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,30 @@ font-size: 18px; color: #666; } + .progress-container { + width: 100%; + background-color: #f0f0f0; + border-radius: 10px; + padding: 3px; + margin: 20px 0; + } + .progress-bar { + width: 0%; + height: 30px; + background-color: #007bff; + border-radius: 8px; + text-align: center; + line-height: 30px; + color: white; + font-weight: bold; + transition: width 0.3s ease; + } + .progress-text { + text-align: center; + margin: 10px 0; + font-size: 16px; + color: #666; + } table { width: 100%; border-collapse: collapse; @@ -99,86 +123,123 @@