diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 00000000..b58b603f
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,5 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/Retro.iml b/.idea/Retro.iml
new file mode 100644
index 00000000..24643cc3
--- /dev/null
+++ b/.idea/Retro.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 00000000..81256007
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..35eb1ddf
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Css-files/content.css b/Css-files/content.css
index 34109389..ffce7530 100644
--- a/Css-files/content.css
+++ b/Css-files/content.css
@@ -344,42 +344,97 @@ div.deals:hover{
/* footer */
.foot-panel2{
- background-color: transparent;
- color:white;
- height: 300px;
- display: flex;
- justify-content: space-evenly;
+ background-color: transparent;
+ color:white;
+ height: 300px;
+ display: flex;
+ justify-content: space-evenly;
}
.footer-colums{
- margin-top: 20px;
+ margin-top: 20px;
}
.footer-colums p{
- font-weight: 700;
+ font-weight: 700;
}
.footer-colums a{
- display: block;
- font-size: 0.85rem;
- margin-top: 10px;
- color: #dddddd;
+ display: block;
+ font-size: 0.85rem;
+ margin-top: 10px;
+ color: #dddddd;
+}
+
+.follow-us{
+ margin-bottom: 20px;
+}
+
+.social-icons a {
+ font-size: 1.2rem;
+ padding: 8px;
+ margin: 15px;
+ text-decoration: none;
+ /* color: white; */
}
+.fa-facebook{
+ color: hsl(203, 30%, 26%);
+ font-size: 1.2rem;
+ padding: 8px;
+ margin: 15px;
+}
+
+.fa-facebook:hover {
+
+ transform: scale(1.5);
+ color:#3B5998;
+ transition: transform 0.2s ease, color 0.2s ease;
+}
+
+.fa-instagram{
+ color: hsl(203, 30%, 26%);
+ font-size: 1.2rem;
+ padding: 8px;
+ margin: 15px;
+}
+.fa-instagram:hover {
+ transform: scale(1.5);
+ color:#D62976;
+ transition: transform 0.2s ease, color 0.2s ease;
+}
+.fa-x-twitter{
+ color: hsl(203, 30%, 26%);
+ font-size: 1.2rem;
+ padding: 8px;
+ margin: 15px;
+
+}
+
+.fa-x-twitter:hover {
+ color:black;
+ transform: scale(1.5);
+ transition: transform 0.2s ease, color 0.2s ease;
+}
+
+
.foot_panel4{
- background-color: transparent;
- color: white;
- height: 160px;
- font-size: 0.9rem;
- text-align: center;
+ background-color: transparent;
+ /* color:hsl(203, 30%, 26%); */
+ height: 160px;
+ /* font-size: 0.9rem; */
+ text-align: center;
+ /* margin-bottom: 8px; */
}
+
+
.pages{
- padding-top: 25px;
+ padding-top: 25px;
}
.copyright{
- padding-top: 10px;
+ padding-top: 10px;
}
form {
@@ -418,7 +473,7 @@ textarea {
font-size: 1.2rem;
padding: 15px;
text-decoration: none;
- color: white;
+ color: hsl(203, 30%, 26%);
}
.fa-facebook:hover {
@@ -518,6 +573,8 @@ textarea {
border: none;
}
+
+
#contactForm h3 {
height: 30px;
color: #141414;
diff --git a/Css-files/style.css b/Css-files/style.css
index 6f5bd32b..a8b20481 100644
--- a/Css-files/style.css
+++ b/Css-files/style.css
@@ -455,7 +455,7 @@ ul a{
.foot_panel4{
background-color: rgb(66, 16, 16);
- color: white;
+ color: hsl(203, 30%, 26%);
height: 160px;
font-size: 0.9rem;
text-align: center;
@@ -518,13 +518,11 @@ textarea {
font-size: 1.2rem;
padding: 15px;
text-decoration: none;
- color: white;
-}
-.fb{
- color: #1877F2;
- cursor: pointer;
+ color: hsl(203, 30%, 26%) ;
}
+
+
.instagram{
color: #dd4c8d;
cursor: pointer;
@@ -781,3 +779,8 @@ input, textarea {
}
}
+
+fa-facebook:hover {
+ font-size: 2rem !important; /* Increase the size of the icon */
+ color: #4267B2; /* Change the color to #4267B2 */
+}
\ No newline at end of file
diff --git a/Html-files/Electronic.html b/Html-files/Electronic.html
index e6ea624f..16e694c2 100644
--- a/Html-files/Electronic.html
+++ b/Html-files/Electronic.html
@@ -243,14 +243,57 @@
margin-top: 10px;
color: #dddddd;
}
+ .fa-facebook{
+ color: white;
+ font-size: 1.2rem;
+ padding: 8px;
+ margin: 15px;
+ }
+
+ .fa-facebook:hover {
+
+ transform: scale(1.5);
+ color:#3B5998;
+ transition: transform 0.2s ease, color 0.2s ease;
+ }
+
+ .fa-instagram{
+ color: white;
+ font-size: 1.2rem;
+ padding: 8px;
+ margin: 15px;
+ }
+ .fa-instagram:hover {
+ transform: scale(1.5);
+ color:#D62976;
+ transition: transform 0.2s ease, color 0.2s ease;
+ }
+
+ .fa-x-twitter{
+ color: hsl(203, 30%, 26%);
+ font-size: 1.2rem;
+ padding: 8px;
+ margin: 15px;
+
+ }
+
+ .fa-x-twitter:hover {
+ color:black;
+ transform: scale(1.5);
+ transition: transform 0.2s ease, color 0.2s ease;
+ }
+
+
.foot_panel4 {
background-color: transparent;
- color: white;
+ /* color: white; */
height: 160px;
font-size: 0.9rem;
text-align: center;
- }
+ }
+
+
form {
padding-top: 20px;
@@ -616,7 +659,7 @@
Contact Us!