diff --git a/index.html b/index.html
index 2d9d436..3f97b6f 100644
--- a/index.html
+++ b/index.html
@@ -1,238 +1,265 @@
-
-
- Multi File Upload & Edit
-
-
-
-
-
-
+ .modal {
+ display: none;
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ background: white;
+ padding: 20px;
+ border: 1px solid black;
+ box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
+ z-index: 1000;
+ width: 350px;
+ height: auto;
+ display: flex;
+ flex-direction: column;
+ gap: 10px;
+ }
+
-
- Multi File Upload & Edit
-
-
-
-
-
-
-
-
-
-
-
-
-
Uploaded Files
-
-
-
-
-
-
-
Create New User
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ Multi File Upload & Edit
+
+
+
-
-
+