/api added with docker

This commit is contained in:
2024-03-20 17:14:46 -05:00
parent 6dcd18600e
commit 8a360d09ee
305 changed files with 29241 additions and 13 deletions

View File

@@ -1,9 +1,37 @@
body{
display: flex;
margin: 2rem;
background-color: silver;
background-color: snow;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
div{
input{
border: solid teal 2px;
}
input:hover{
box-shadow: 0 0 2px 2px teal;
outline-color: none;
}
input:focus{
color: teal;
}
fieldset{
box-shadow: 0 0 10px 2px white;
border-radius: 4px;
color: teal;
border: solid teal 2px;
}
legend{
background-color: snow;
}
button{
background-color: teal;
color: white;
border-radius: 4px;
font-weight: 700;
}