From 90485ed40e0a3c31e4071bec9eeb26257f7db690 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 7 Jun 2019 13:44:02 +0100 Subject: Reorganise static folder --- app/static/css/index.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app/static/css/index.css (limited to 'app/static/css/index.css') diff --git a/app/static/css/index.css b/app/static/css/index.css new file mode 100644 index 0000000..a91bec3 --- /dev/null +++ b/app/static/css/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: 40%; + display: block; +} -- cgit v1.2.3