Line 13: | Line 13: | ||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
.menu_wrapper { | .menu_wrapper { | ||
− | width: | + | width:150px; |
− | height: | + | height:100vh; |
position:fixed; | position:fixed; | ||
padding:0px; | padding:0px; | ||
− | float: | + | float:left; |
background-color:#f2f2f2; | background-color:#f2f2f2; | ||
− | text-align: | + | text-align:left; |
− | + | } | |
/* styling for the menu items */ | /* styling for the menu items */ | ||
Line 30: | Line 30: | ||
font-weight:bold; | font-weight:bold; | ||
color:#593C75; | color:#593C75; | ||
− | cursor: pointer; | + | cursor: pointer; |
− | + | ||
/* when hovering on a menu item */ | /* when hovering on a menu item */ |
Revision as of 20:50, 8 August 2016