File size: 366 Bytes
ef09493 69032cf ef09493 69032cf ef09493 69032cf ef09493 69032cf ef09493 69032cf ef09493 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
text-align: center;
}
/* Drop Area Styles */
#drop-area {
border: 2px dashed #ccc;
padding: 20px;
text-align: center;
cursor: pointer;
margin-bottom: 20px;
}
#drop-area.highlight {
border-color: green;
}
/* Map Styles */
#map {
height: 500px;
width: 100%;
}
|