From 4e9df3187214536d19c34da5335c7ec1310b0067 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 23 May 2020 08:10:06 -0500 Subject: CSS: counter in a block --- bh20simplewebuploader/static/main.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bh20simplewebuploader/static/main.css') diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index a2972e6..e2b999f 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -31,6 +31,13 @@ h1 { height: 150px; } +#Counter { + color: lightgrey; + background-color: black; + font-size: large; + padding: 3px; +} + h2 > svg { position: relative; top: 8px; -- cgit v1.2.3