css updates

This commit is contained in:
Wavering Ana 2022-11-15 14:07:20 -05:00
parent afa4f54f97
commit e02e3d2946
No known key found for this signature in database
GPG key ID: 51C992200FFA5281
4 changed files with 43 additions and 36 deletions

View file

@ -53,3 +53,19 @@
background-repeat: no-repeat;
background-position: center left;
}
#dropArea {
border: 2px dashed #ccc;
border-radius: 20px;
width: 100%;
font-family: sans-serif;
padding: 50px 0px 50px 0px;
}
#dropArea.highlight {
border-color: purple;
}
.dragregion {
text-align: center;
}