Add back button in user page
This commit is contained in:
parent
67417b0bfc
commit
da6c518d59
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue