Add Element Document

This commit is contained in:
Pl4yep2on
2024-11-06 17:05:32 +00:00
parent 077c144d89
commit bf0ff5adc2
4 changed files with 74 additions and 0 deletions

14
css/style.css Normal file
View File

@ -0,0 +1,14 @@
#drop-zone {
width: 100%;
height: 200px;
border: 2px dashed #0078d4;
display: flex;
align-items: center;
justify-content: center;
color: #555;
}
#drop-zone.hover {
border-color: #005bb5;
background-color: #f0f8ff;
}