diff --git a/css/map.css b/css/map.css index 58e3783..ac92d19 100644 --- a/css/map.css +++ b/css/map.css @@ -8,20 +8,13 @@ font-family: 'Poppins', sans-serif; } -/* Sidebar Styles */ -.sidebar { - width: 350px; - background-color: #2c3e50; - color: #ecf0f1; - display: flex; - flex-direction: column; - box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1); +#map { + width: 100%; + height: 100vh; } -/* Map Area */ .map-area { flex: 1; - position: relative; } .sidebar-header { diff --git a/map.html b/map.html index 39faa6d..56bba6b 100644 --- a/map.html +++ b/map.html @@ -8,55 +8,173 @@ + + + +``` + +map.html +```html +<<<<<<< SEARCH +
+ + + + + + + + +