Add files via upload

This commit is contained in:
Fernando Méndez
2021-03-09 12:29:52 +01:00
committed by GitHub
parent 1476ad23ed
commit ed3e0a32d4
2 changed files with 6 additions and 3 deletions

View File

@ -216,6 +216,8 @@ textarea {
margin-top: 5px;
font-size: 15px;
font-weight: bold;
box-shadow: 2px 2px #1f2c3d;
filter: brightness(105%);
cursor: pointer;
}
#submit:hover {
@ -232,6 +234,7 @@ textarea {
margin-top: 5px;
font-size: 12px;
font-weight: bold;
box-shadow: 2px 2px #1f2c3d;
cursor: pointer;
}
#reset:hover {