un chouilla de css avant d'aller faire à manger
This commit is contained in:
parent
de42a2497e
commit
291874393f
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user