Add Element Document
This commit is contained in:
14
css/style.css
Normal file
14
css/style.css
Normal 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user