corrección file input

This commit is contained in:
Gabriela Gómez Hernández
2022-04-27 10:00:27 -05:00
parent 36e9732138
commit fc85e0b6da
12 changed files with 120 additions and 73 deletions
+15 -1
View File
@@ -26,5 +26,19 @@
background-color: #1e3c70;
}
.salir{
background-color: #2c56a0;
margin-top: 0px;
}
.boton{
color:white;
background-color: #2c56a0;
font-family: 'Vollkorn', serif;
font-size: x-large;
font-weight: bold;
border:0px;
}
.boton:hover{
background-color:rgb(27,61,112,50%);
}