Line 10: | Line 10: | ||
/********************************* MENU ********************************/ | /********************************* MENU ********************************/ | ||
− | + | ||
− | . | + | .clearfix:after { |
− | + | display:block; | |
− | + | clear:both; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | /* Wrapper for the menu */ | |
− | + | .menu-wrap { | |
− | + | width:100%; | |
box-shadow:0px 1px 3px rgba(0,0,0,0.2); | box-shadow:0px 1px 3px rgba(0,0,0,0.2); | ||
− | + | background:#3e3436; | |
+ | } | ||
+ | |||
+ | |||
/* styling for the menu items */ | /* styling for the menu items */ | ||
Line 403: | Line 406: | ||
<!-- This tells the browser that your page is responsive --> | <!-- This tells the browser that your page is responsive --> | ||
+ | |||
+ | /* | ||
<div class="menu_wrapper" > | <div class="menu_wrapper" > | ||
Line 474: | Line 479: | ||
</ul> | </ul> | ||
</div> | </div> | ||
− | + | */ | |
<div class="content_wrapper"> | <div class="content_wrapper"> |
Revision as of 04:55, 18 October 2016
/*
*/