Line 74: | Line 74: | ||
padding: 0; | padding: 0; | ||
overflow: hidden; | overflow: hidden; | ||
− | |||
background-color: #ffffff; | background-color: #ffffff; | ||
} | } | ||
Line 80: | Line 79: | ||
#nav { | #nav { | ||
float: right; | float: right; | ||
− | padding-top: | + | padding-top: 2%; |
padding-bottom: 0%; | padding-bottom: 0%; | ||
padding-right: 3%; | padding-right: 3%; | ||
Line 94: | Line 93: | ||
/* Style The Dropdown Button */ | /* Style The Dropdown Button */ | ||
.dropbtn { | .dropbtn { | ||
− | |||
background-color: #ffffff; | background-color: #ffffff; | ||
color: Black; | color: Black; | ||
Line 105: | Line 103: | ||
border: none; | border: none; | ||
cursor: pointer; | cursor: pointer; | ||
− | min-width: | + | min-width: 200px; |
} | } | ||
Line 119: | Line 117: | ||
position: absolute; | position: absolute; | ||
background-color: #f2f2f2; | background-color: #f2f2f2; | ||
− | min-width: | + | min-width: 200px; |
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | ||
z-index: 100; | z-index: 100; |
Revision as of 09:31, 30 August 2018