Dropzone implemented.

This commit is contained in:
Naida Vatric
2020-03-09 18:00:31 +01:00
parent bbd9dab30d
commit 96bc66ef7b
5 changed files with 140 additions and 107 deletions

View File

@@ -169,3 +169,13 @@ h3 {
left: auto;
right: auto;
}
.dropzone {
background: white;
border-radius: 10px;
border: 4px dashed #02adba;
border-image: none;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}