diff --git a/assets/css/style.css b/assets/css/style.css index e9a7400..faabe05 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2262,16 +2262,24 @@ section { } -#gmail-icon { +.gmail-icon{ position: fixed; left: 10px; /* top: 500px; */ bottom: 9px; + background-color:#f2f4fd; + padding: 5px; + border-radius: 100%; + box-shadow: 1px 10px 53px 5px rgba(0,0,0,0.48); +} + +#gmail-icon { color: rgb(47, 255, 0); text-decoration: none; /* font-size: 2.1rem; */ width: 40px; height: 40px; + transition: 0.3s; } #gmail-icon:hover { diff --git a/index.html b/index.html index d7026cd..f7c9543 100644 --- a/index.html +++ b/index.html @@ -38,21 +38,21 @@ - + - - + + - +
@@ -627,7 +627,7 @@

National Science Day

- + @@ -780,11 +780,11 @@

Open Hours

- + - + - + @@ -900,9 +900,11 @@

Contact Us

- gmail - - + \ No newline at end of file