structured API with controllersroutes

This commit is contained in:
2024-03-21 11:27:19 -05:00
parent 2606b59a8c
commit 02a67bd15f
20 changed files with 2458 additions and 99 deletions

View File

@@ -18,7 +18,7 @@ input:hover{
}
input:focus{
color: teal;
box-shadow: 0 0 2px 2px orange;
}
fieldset{
@@ -37,4 +37,5 @@ button{
color: white;
border-radius: 4px;
font-weight: 700;
cursor: pointer !important;
}