diff --git a/css/dropdown.css b/css/dropdown.css
index 75c7020..cfb236f 100644
--- a/css/dropdown.css
+++ b/css/dropdown.css
@@ -2,9 +2,17 @@
/* Dropdown Button */
.dropbtn {
- background-color: #04AA6D;
+ background-color: #000000;
color: white;
- padding: 16px;
+ padding: 0px;
+ font-size: 16px;
+ border: none;
+}
+
+.dropbtn-PLT {
+ background-color: #000000;
+ color: #2fc79e;
+ padding: 0px;
font-size: 16px;
border: none;
}
@@ -19,7 +27,7 @@
.dropdown-content {
display: none;
position: absolute;
- background-color: #f1f1f1;
+ background-color: #121212;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
@@ -28,7 +36,7 @@
/* Links inside the dropdown */
.dropdown-content a {
color: black;
- padding: 12px 16px;
+ padding: 0px 0px;
text-decoration: none;
display: block;
}
@@ -40,4 +48,4 @@
.dropdown:hover .dropdown-content {display: block;}
/* Change the background color of the dropdown button when the dropdown content is shown */
-.dropdown:hover .dropbtn {background-color: #3e8e41;}
+.dropdown:hover .dropbtn {background-color: #000001;}
diff --git a/images/downarrow.png b/images/downarrow.png
new file mode 100644
index 0000000..3605ac7
Binary files /dev/null and b/images/downarrow.png differ
diff --git a/index.html b/index.html
index 2dce355..535838d 100644
--- a/index.html
+++ b/index.html
@@ -106,45 +106,63 @@
-->
-
-
- Resume
-
+