Skip to content

Instantly share code, notes, and snippets.

@DriginCode
Created October 20, 2016 21:52
Show Gist options
  • Save DriginCode/76bfbcd4abea96daa96fd00db857f835 to your computer and use it in GitHub Desktop.
Save DriginCode/76bfbcd4abea96daa96fd00db857f835 to your computer and use it in GitHub Desktop.
menucss
.main_menu {
background-color: #9d8a71;
color: #000;
text-align:center;
}
.main_menu a {
color: #000;
padding:5px 20px;
display: block;
font-weight: bold;
}
.main_menu a:hover {
background-color: #605445;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
.main_menu ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align:center;
}
.main_menu ul li {
display: inline-block;
}
.main_menu_button {
background-color: transparent;
border: medium none;
font-size: 26px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment