diff options
| author | Pjotr Prins | 2020-05-23 08:10:06 -0500 |
|---|---|---|
| committer | Pjotr Prins | 2020-05-23 08:10:06 -0500 |
| commit | 4e9df3187214536d19c34da5335c7ec1310b0067 (patch) | |
| tree | 93ea7a660a32c585b4b6cf8ab0f2e2ed318e2dce /bh20simplewebuploader | |
| parent | 407998f80e6d85e589172a5ebc081ced5aa66516 (diff) | |
| download | bh20-seq-resource-4e9df3187214536d19c34da5335c7ec1310b0067.tar.gz bh20-seq-resource-4e9df3187214536d19c34da5335c7ec1310b0067.tar.lz bh20-seq-resource-4e9df3187214536d19c34da5335c7ec1310b0067.zip | |
CSS: counter in a block
Diffstat (limited to 'bh20simplewebuploader')
| -rw-r--r-- | bh20simplewebuploader/static/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; |
