diff --git a/index.html b/index.html
index 72a4657..42eefee 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,9 @@
Multi File Upload & Edit
+
+
+
@@ -113,12 +116,31 @@
text-decoration: underline;
white-space: nowrap;
}
+ .container { margin-top: 20px; }
+ /* Progress bar styling */
+ .progress {
+ background-color: #e9ecef;
+ border-radius: 5px;
+ overflow: hidden;
+ margin-bottom: 10px;
+ height: 20px;
+ }
+ .progress-bar {
+ background-color: #007bff;
+ height: 100%;
+ line-height: 20px;
+ color: #fff;
+ text-align: center;
+ transition: width 0.4s ease;
+ }
-
+
@@ -153,19 +175,20 @@
-
-