diff --git a/Adventure.html b/Adventure.html index 03a06dda..9eddf41d 100644 --- a/Adventure.html +++ b/Adventure.html @@ -224,6 +224,29 @@ background-color: transparent; } + #progress-container { + position: fixed ; + top: 0px; + left: 0; + width: 100%; + height: 15px; + z-index: 99990; + /* background: #f3f3f3; */ + } + + #progress-bar { + position: fixed; + top: 0; + left: 0; + width: 0%; + height: 7px; + width: 0; + background: linear-gradient(90deg, rgb(0, 72, 255) 0%, rgb(153, 187, 255) 50%, rgb(0, 184, 250) 100%); + box-shadow: 0 0 4px rgba(0, 166, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7); + transition: width 0.09s ease-in-out; + border-radius: 10px; + } + @@ -277,6 +300,10 @@ --> +