Skip to content

Instantly share code, notes, and snippets.

@muramoto1041
Created June 2, 2018 02:48
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/5ba99e570a1179d825a5551613e43681 to your computer and use it in GitHub Desktop.
Save muramoto1041/5ba99e570a1179d825a5551613e43681 to your computer and use it in GitHub Desktop.
menu_deep-blue 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: #203556; }
#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: #406BAC; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment