From e8e150c85414f67e9f15dfdcd04bcbe2369ac44f Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 28 Oct 2020 10:01:31 +0000 Subject: Create permalink and some output --- bh20simplewebuploader/static/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bh20simplewebuploader/static/main.css') diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index 2773afb..bc4f705 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -140,6 +140,14 @@ form h4 { border-radius: 20px; } +.content { + background-color: #B2F8F8; + margin: 30px auto; + padding: 20px; + width: 95%; + border-radius: 20px; +} + .button { border-radius: 5px; background: #B2F8F8; -- cgit v1.2.3