From 8b0aa6933ff500e9d70b55226ae1500830c88e4e Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 26 Mar 2019 14:16:26 +0000 Subject: Add user css and done image --- app/static/done.png | Bin 0 -> 164682 bytes app/static/user_index.css | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 app/static/done.png create mode 100644 app/static/user_index.css (limited to 'app/static') diff --git a/app/static/done.png b/app/static/done.png new file mode 100644 index 0000000..d7e8bce Binary files /dev/null and b/app/static/done.png differ diff --git a/app/static/user_index.css b/app/static/user_index.css new file mode 100644 index 0000000..7f42c9f --- /dev/null +++ b/app/static/user_index.css @@ -0,0 +1,16 @@ + +#done { + margin: 0 auto; + text-align: center; +} + +#done span { + font-size: 18px; +} + +#done img { + margin: 0 auto; + text-align: center; + width: 80%; + display: block; +} -- cgit v1.2.3