un chouilla de css avant d'aller faire à manger

This commit is contained in:
Gnieark 2015-11-28 11:47:36 +01:00
parent de42a2497e
commit 291874393f

View File

@ -29,5 +29,17 @@ header h1{
} }
#menus{ #menus{
margin-left: 50px;
width:100%; width:100%;
display: table;
}
#menus a{
color: #fff;
display: table-cell;
text-decoration: none;
text-align: center;
}
.selected{
color:#000000;
background-color:#fff;
} }