aboutsummaryrefslogtreecommitdiff
path: root/app/static/user_index.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/static/user_index.css')
-rw-r--r--app/static/user_index.css16
1 files changed, 16 insertions, 0 deletions
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;
+}