From 04e8978b2544d978b5be4b7922825aaccc804931 Mon Sep 17 00:00:00 2001 From: Connor Frank Date: Thu, 18 Apr 2024 23:49:49 -0400 Subject: more euler --- euler/euler.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'euler/euler.css') diff --git a/euler/euler.css b/euler/euler.css index 9c209f3..e2b6da3 100644 --- a/euler/euler.css +++ b/euler/euler.css @@ -1,6 +1,16 @@ -.scrollable-table { - overflow-x: auto; +.progress-container { width: 100%; + background-color: lightgrey; +} + +.progress-bar { + width: 0%; + height: 30px; + background-color: green; + text-align: center; + line-height: 30px; + color: white; + font-weight: bold; } table.progress { -- cgit v1.2.3