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;