From 15372706e725ee02418d3877a06adb94490a245f Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya <2023rumareti@tjhsst.edu> Date: Wed, 21 Oct 2020 16:15:43 -0400 Subject: [PATCH] fixed organization and styling --- pages/static/pages/css/styles.css | 17 +++++++ pages/templates/pages/index.html | 75 ++++++++++++------------------- pages/views.py | 8 +++- 3 files changed, 53 insertions(+), 47 deletions(-) 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 %}