diff --git a/static/style.css b/static/style.css index 17a1a2f..a83192c 100644 --- a/static/style.css +++ b/static/style.css @@ -231,4 +231,25 @@ li { .noscript { display: none; +} + +.lengthBar { + background-color: rgb(50, 40, 60); + display: inline-block; + width: 80%; + height: 10px; + padding: 0; + overflow: hidden; + border-radius: 5px; + margin-right: 1.9%; +} + +.lengthBar>span { + margin: 0; + padding: 0; + width: 100%; + background-color: rgb(200, 200, 230); + height: 20px; + display: block; + position: relative; } \ No newline at end of file