diff --git a/src/pages/profile_page.html b/src/pages/profile_page.html index e61bd42..2f68878 100644 --- a/src/pages/profile_page.html +++ b/src/pages/profile_page.html @@ -9,10 +9,11 @@ + - + - diff --git a/static/progress_bar.css b/static/progress_bar.css new file mode 100644 index 0000000..c40c649 --- /dev/null +++ b/static/progress_bar.css @@ -0,0 +1,12 @@ +.progress-bar { + width: 100%; + background-color: var(--bg-input); + height: 20px; + border-radius: 10px; +} + +.progress-bar-progress { + background-color: blue; + height: 20px; + border-radius: 10px; +}