header style
This commit is contained in:
parent
3aa3a2c558
commit
24016d2f2a
1 changed files with 10 additions and 0 deletions
|
@ -152,3 +152,13 @@ li {
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
}
|
}
|
||||||
|
.logo {
|
||||||
|
position: absolute;
|
||||||
|
bottom: -20px;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.logo:hover {
|
||||||
|
height: 120px;
|
||||||
|
bottom: -40px;
|
||||||
|
left: -5px;
|
||||||
|
}
|
Loading…
Reference in a new issue