From 7aa596c0aaa1dc3f562c6d3cc8bc03ecb3ea2589 Mon Sep 17 00:00:00 2001 From: Trishanu Nayak Date: Tue, 20 Jun 2023 14:21:25 +0530 Subject: [PATCH] added maps in contact section (#367) --- index.html | 27 ++++++++++++++------------- style.css | 7 +++++++ 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 2b34aa0..c347bcd 100644 --- a/index.html +++ b/index.html @@ -1294,21 +1294,11 @@

Contact

-
- -

Our Address

-

Chomu Udaipuria Mod, Jaipur, Rajasthan

-
-
-
-
- -

Email Us

-

- eduhub.community@gmail.com -

+
+
+ diff --git a/style.css b/style.css index 0a72b7a..31aab35 100644 --- a/style.css +++ b/style.css @@ -1276,6 +1276,13 @@ section { padding: 20px 0 30px 0; background: #fff; } +.contact .maps iframe{ + color: #2d405f; + text-align: center; + box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); + padding: 20px 0 30px 0; + background: #fff; +} .contact .info-box i { font-size: 32px; color: #3b4ef8;