Add files via upload

This commit is contained in:
Daniel Muñoz Garcia 2021-06-02 13:08:20 +02:00 committed by GitHub
parent a211264aa6
commit 6efe3fc241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 1 deletions

View File

@ -143,4 +143,23 @@
grid-column-start: 3;
grid-column-end: 4;
grid-template-columns: repeat(1,1fr);
}
}
.content-input {
width: 15%;
height: 20px;
border: 1px solid #000000;
margin-top: 10px;
font-size: 15px;
display: inline-block;
}
.efe {
width: 85%;
height: 20px;
margin-bottom: 20px;
text-align: left;
font-size: 22px;
display: inline-block;
}