diff --git a/pages/static/pages/css/styles.css b/pages/static/pages/css/styles.css index 3ed1744..c800536 100644 --- a/pages/static/pages/css/styles.css +++ b/pages/static/pages/css/styles.css @@ -92,6 +92,23 @@ body { color: #444; } +#progress { + width: 100%; + background-color: #eee; + border-radius: 50px; +} + +#bar { + width: 1%; + height: 50px; + background-color: #0000ff ; + text-align: center; + line-height: 50px; + color: white; + border-radius: 50px; + transition: all 1s; +} + /* mobile styles */ @media (max-width: 768px) { diff --git a/pages/templates/pages/index.html b/pages/templates/pages/index.html index 23a959c..478de09 100644 --- a/pages/templates/pages/index.html +++ b/pages/templates/pages/index.html @@ -3,24 +3,6 @@ {% block title %}Home{% endblock title %} {% block css %} - {% endblock css %} {% block content %}