From da6c518d596b2685a1e24d17a8b0076b20b00a05 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 17 Jun 2020 05:39:19 +0200 Subject: [PATCH] Add back button in user page --- src/user.php | 3 +++ static/style.css | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/src/user.php b/src/user.php index ea26c3e..762d95f 100644 --- a/src/user.php +++ b/src/user.php @@ -62,5 +62,8 @@ +
+ AtrĂ¡s +
diff --git a/static/style.css b/static/style.css index 51a528d..3ecc511 100644 --- a/static/style.css +++ b/static/style.css @@ -62,6 +62,15 @@ form { } .create_btn { + text-decoration: none; + padding: 2px 5px; + background: #5F9EA0; + color: white; + border-radius: 3px; + margin: 400px; +} + +.back_btn { text-decoration: none; padding: 2px 5px; background: #88B8E7;