diff --git a/index.html b/index.html index dc721d5..537bb41 100644 --- a/index.html +++ b/index.html @@ -291,6 +291,29 @@ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); } +.map-container { + flex: 1; + display: flex; + flex-direction: column; + align-items: center; + background-color: #222831; + padding: 20px; + border-radius: 10px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); +} + +.map-container h2 { + color: #00adb5; + font-size: 24px; + margin-bottom: 10px; + text-align: center; +} + +#map { + width: 100%; + height: 300px; /* Define a altura do mapa */ + border-radius: 10px; +} @@ -303,6 +326,15 @@
© 2024 Jardel Alves. All rights reserved. | Contact me at: jardel.va96@gmail.com
WhatsApp: +55 48 98816-8349
+ + + +