working base project

This commit is contained in:
Niklas Müller 2024-03-07 11:54:03 +01:00
parent 2535006f02
commit fad9f38422
22 changed files with 461 additions and 278 deletions

View file

@ -0,0 +1,13 @@
#pdf-dropzone {
min-height: 50px;
max-height: 150px;
height: 150px;
border: 0.1em solid darkgray;
border-radius: 1em;
padding-top:60px;
text-align: center;
}
#pdf-dropzone:hover {
cursor: pointer;
border: 0.2em solid darkslategray;
}