Line 56: | Line 56: | ||
/* Style The Dropdown Button */ | /* Style The Dropdown Button */ | ||
.dropbtn { | .dropbtn { | ||
− | background-color: # | + | background-color: #f2f2f2; |
− | color: | + | color: Black; |
− | padding: | + | padding: 14px; |
− | font-size: | + | font-size: 14px; |
border: none; | border: none; | ||
cursor: pointer; | cursor: pointer; | ||
Line 89: | Line 89: | ||
/* Change color of dropdown links on hover */ | /* Change color of dropdown links on hover */ | ||
− | .dropdown-content a:hover {background-color: # | + | .dropdown-content a:hover {background-color: #d9d9d9} |
/* Show the dropdown menu on hover */ | /* Show the dropdown menu on hover */ | ||
Line 98: | Line 98: | ||
/* Change the background color of the dropdown button when the dropdown content is shown */ | /* Change the background color of the dropdown button when the dropdown content is shown */ | ||
.dropdown:hover .dropbtn { | .dropdown:hover .dropbtn { | ||
− | background-color: # | + | background-color: #d9d9d9; |
} | } | ||
Revision as of 10:30, 16 August 2018