Skip to content

Instantly share code, notes, and snippets.

@muramoto1041
Last active June 1, 2018 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muramoto1041/e79b17870cccaee90df58a3223657b57 to your computer and use it in GitHub Desktop.
Save muramoto1041/e79b17870cccaee90df58a3223657b57 to your computer and use it in GitHub Desktop.
menu_orange css
/* 2016-05-05*/
<!-- メニューバー -->
#menubar{
width:100%;
}
#menubar ul{
display:table;
width:100%;
margin: 20;
padding: 0;
background-color: #FFFFFF; }
#menubar li{
display: table-cell;
width:20%;
padding:0;
background-color: #297148; }
#menubar li a{
display: block;
margin:0 auto;
padding:5px;
border: 1px solid #FFFFFF;
text-decoration: none;
color: #FFFFFF;
text-align: center;
font-size: 18px; }
#menubar li a:hover{
background-color: #93c384; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment