diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 50c2045..b23ae3d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -51,7 +51,7 @@
1679674447095
-
+
diff --git a/Style.css b/Style.css
index 168d253..5ce64a9 100644
--- a/Style.css
+++ b/Style.css
@@ -150,7 +150,7 @@ body
.dropdown div
{
right: 150px;
- border-radius: 50px 0px 0 50px;
+ border-radius: 0px;
top: 10px;
}
@@ -173,6 +173,7 @@ body
.mobileMenuButton
{
display: inline-block;
+ transition: all 0.5s ease 0s;
}
}
@@ -182,16 +183,24 @@ body
height: 50px;
position: absolute;
right: 30px;
- top: 30px
+ top: 30px;
+ color: white;
+}
+
+.mobileMenuButton svg:hover
+{
+ color: #0088a9;
}
.mobileMenuDropDown
{
display: none;
background-color: #24242A;
+ transition: all 0.5s ease 0s;
}
+
.mobileMenuDropDown li
{
list-style: none;
diff --git a/index.html b/index.html
index aebbf86..09f168c 100644
--- a/index.html
+++ b/index.html
@@ -55,7 +55,9 @@
+
Quicklinks
+
About Us