css minimaliste pour les menus
This commit is contained in:
parent
291874393f
commit
63f890985e
|
@ -38,8 +38,13 @@ header h1{
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
border-radius: 15px 15px 0px 0px;
|
||||||
}
|
}
|
||||||
.selected{
|
#menus a.selected{
|
||||||
color:#000000;
|
color:#202020;
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
}
|
}
|
||||||
|
#languages{
|
||||||
|
float: right;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user