- Services
diff --git a/css/styles.css b/css/styles.css
index 7041fd4..53ae777 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -255,33 +255,39 @@ p {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
-
-.dropbtn
-{
+.dropbtn {
background-color: #070707;
- color: #fff;
- border:none;
+ color: white;
+ padding: 16px;
+ font-size: 16px;
+ border: none;
}
-.dropdown
-{
+
+/* The container - needed to position the dropdown content */
+.dropdown {
position: relative;
- display:inline-block;
+ display: inline-block;
}
-.dropdown-content
-{
- display: none;
- position:absolute;
- background-color: #233067;
+
+/* Dropdown Content (Hidden by Default) */
+.dropdown-content {
+ display:table-cell;
+ position: absolute;
+ background-color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
- z-index:1;
+ z-index: 1;
}
+
+/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
+
+/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}
/* Show the dropdown menu on hover */
diff --git a/index.html b/index.html
index 671fd8e..74d3c2f 100644
--- a/index.html
+++ b/index.html
@@ -38,10 +38,10 @@
- Companies
- Influencers
-
-
@@ -85,12 +85,12 @@
diff --git a/influencer.html b/influencer.html
index 8174010..e98f3df 100644
--- a/influencer.html
+++ b/influencer.html
@@ -16,7 +16,7 @@