Initializated CRUD Place

This commit is contained in:
2021-11-19 16:19:42 -03:00
parent 7ec99ab5e8
commit bf4b020ba9
17 changed files with 47604 additions and 0 deletions

View File

@@ -122,6 +122,22 @@ header .perfil img.profile-menu {
}
header button {
margin-right: 2vw;
width: 10vw;
height: 5vh;
border-radius: 6px;
align-self: center;
border: none;
background-color: rgb(241, 239, 101);
cursor: pointer;
}
.pagina-principal {
background-color: rgb(214, 214, 214);