css
This commit is contained in:
parent
bc42213898
commit
8cbd6a6cdf
|
@ -28,12 +28,12 @@ header h1{
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
}
|
}
|
||||||
#menus, footer{
|
#menus{
|
||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
width:100%;
|
width:100%;
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
#menus a, footer a{
|
#menus a{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -44,6 +44,18 @@ header h1{
|
||||||
color:#202020;
|
color:#202020;
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
}
|
}
|
||||||
|
footer{
|
||||||
|
margin-top: -70px;
|
||||||
|
height: 70px;
|
||||||
|
display: block;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
color: #343638;
|
||||||
|
font-size: 11pt;
|
||||||
|
line-height: 15pt;
|
||||||
|
margin: 0;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
#languages{
|
#languages{
|
||||||
float: right;
|
float: right;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user