Add back button in user page

This commit is contained in:
2020-06-17 05:39:19 +02:00
parent 67417b0bfc
commit da6c518d59
2 changed files with 12 additions and 0 deletions

View File

@@ -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;