diff --git a/Coverpage.html b/Coverpage.html index 8e0f0c61..1a0ca0de 100644 --- a/Coverpage.html +++ b/Coverpage.html @@ -6,6 +6,7 @@
Stay connected with us on social media for the latest updates, latest collection, and vintage adventures. + + + + + + +
Stay connected with us on social media for the latest updates, latest collection, and vintage adventures.
-Stay connected with us on social media for the latest updates, recipes, and foodie adventures.
diff --git a/Html-files/menu.html b/Html-files/menu.html index 59189197..1a94abb0 100644 --- a/Html-files/menu.html +++ b/Html-files/menu.html @@ -202,6 +202,33 @@ transform: rotate(360deg); } } + +.social-icons a { + font-size: 1.2rem; + padding: 8px; + margin: 15px; + text-decoration: none; + color: rgb(18, 16, 16); +} + +.social-icons a:hover { + color: brown; + background-color: hsl(22, 76%, 85%); + border-radius: 10px; + transform: scale(1.5); /* Increase size */ + transition: transform 0.3s ease; /* Smooth transition effect */ +} +.fa-brands.fa-facebook:hover { + color: #3B5998 !important; +} + +.fa-brands.fa-instagram:hover { + color: #D62976 !important; +} + +.fa-brands.fa-x-twitter:hover { + color: #181e20 !important; +} @@ -568,9 +595,12 @@Stay connected with us on social media for the latest updates, latest collection, and vintage adventures.
diff --git a/Html-files/services.html b/Html-files/services.html index 5039f699..58da5ae9 100644 --- a/Html-files/services.html +++ b/Html-files/services.html @@ -170,6 +170,32 @@ 100% { transform: rotate(360deg); } +} +.social-icons a { + font-size: 1.2rem; + padding: 8px; + margin: 15px; + text-decoration: none; + color: rgb(18, 16, 16); +} + +.social-icons a:hover { + color: brown; + background-color: hsl(22, 76%, 85%); + border-radius: 10px; + transform: scale(1.5); /* Increase size */ + transition: transform 0.3s ease; /* Smooth transition effect */ +} +.fa-brands.fa-facebook:hover { + color: #3B5998 !important; +} + +.fa-brands.fa-instagram:hover { + color: #D62976 !important; +} + +.fa-brands.fa-x-twitter:hover { + color: #181e20 !important; } @@ -397,9 +423,12 @@Stay connected with us on social media for the latest updates, latest collection, and vintage adventures. diff --git a/style.css b/style.css index eb01113d..78a252fa 100644 --- a/style.css +++ b/style.css @@ -569,6 +569,26 @@ textarea { padding: 8px; margin: 15px; text-decoration: none; + color: rgb(18, 16, 16); +} + +.social-icons a:hover { + color: brown; + background-color: hsl(22, 76%, 85%); + border-radius: 10px; + transform: scale(1.5); /* Increase size */ + transition: transform 0.3s ease; /* Smooth transition effect */ +} +.fa-brands.fa-facebook:hover { + color: #3B5998 !important; +} + +.fa-brands.fa-instagram:hover { + color: #D62976 !important; +} + +.fa-brands.fa-x-twitter:hover { + color: #181e20 !important; /* color: white; */ }