Add back button in user page

This commit is contained in:
coolneng 2020-06-17 05:39:19 +02:00
parent 67417b0bfc
commit da6c518d59
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 12 additions and 0 deletions

View File

@ -62,5 +62,8 @@
</div>
</form>
</div>
<div style="text-align: right; margin-top: 20px;">
<a href="user.php" class="back_btn">Atrás</a>
</div>
</body>
</html>

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;