diff --git a/Terms.html b/Terms.html
index d610541..efa33ab 100644
--- a/Terms.html
+++ b/Terms.html
@@ -61,12 +61,54 @@
.hover-move:hover {
transform: translateX(20px);
}
+ #progress-container {
+ width: 100%;
+ height: 5px;
+ background-color: #f3f3f3;
+ border-radius: 5px;
+ overflow: hidden;
+ position: fixed;
+ top: 0;
+ left: 0;
+ z-index: 9999;
+ }
+
+ #progress-bar {
+ /* width: 0%; */
+ height: 100%;
+ background-color: rgb(219, 127, 219);
+ }
+
+
+
+
diff --git a/index.html b/index.html
index b6ea859..7903eca 100644
--- a/index.html
+++ b/index.html
@@ -172,11 +172,56 @@
.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
+
+ #progress-container {
+ width: 100%;
+ height: 5px;
+ background-color: #f3f3f3;
+ border-radius: 5px;
+ overflow: hidden;
+ position: fixed;
+ top: 0;
+ left: 0;
+ z-index: 9999;
+ }
+
+ #progress-bar {
+ /* width: 0%; */
+ height: 100%;
+ background-color: rgb(219, 127, 219);
+ }
+
+
+
+
+
+
diff --git a/licensing.html b/licensing.html
index 20454c0..94e3bfa 100644
--- a/licensing.html
+++ b/licensing.html
@@ -58,6 +58,24 @@
.hover-move:hover {
transform: translateX(20px);
}
+
+ #progress-container {
+ width: 100%;
+ height: 5px;
+ background-color: #f3f3f3;
+ border-radius: 5px;
+ overflow: hidden;
+ position: fixed;
+ top: 0;
+ left: 0;
+ z-index: 9999;
+ }
+
+ #progress-bar {
+ /* width: 0%; */
+ height: 100%;
+ background-color: rgb(219, 127, 219);
+ }
+
+
+
+
+