Line 18: | Line 18: | ||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
.menu_wrapper { | .menu_wrapper { | ||
− | + | display:inline; | |
− | + | margin-bottom: 0; | |
− | + | border-bottom: 1px solid rgba(255,255,255,.3); | |
− | + | text-transform: uppercase; | |
− | + | font-family: Montserrat, cursive,"Helvetica Neue",Helvetica,Arial,sans-serif; | |
− | background-color:# | + | background-color: #black; |
− | + | ||
} | } | ||
/* styling for the menu items */ | /* styling for the menu items */ | ||
.menu_item { | .menu_item { | ||
− | + | display: block; | |
− | + | padding: 3px 20px; | |
− | + | clear: both; | |
− | + | font-weight: normal; | |
− | font-weight: | + | line-height: 1.42857143; |
− | + | white-space: nowrap; | |
− | + | ||
} | } | ||
Revision as of 10:48, 14 June 2016