forked from Public/pics
MainNavBar: let space invader rotate on hover
This commit is contained in:
parent
7d19cf823d
commit
e6f7476037
@ -89,8 +89,12 @@ i.space-invader::before {
|
|||||||
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
|
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
|
||||||
top: -5px;
|
top: -5px;
|
||||||
transform: rotate(-5deg);
|
transform: rotate(-5deg);
|
||||||
|
transition: 0.25s;
|
||||||
width: 110px;
|
width: 110px;
|
||||||
}
|
}
|
||||||
|
.navbar-brand:hover i.space-invader::before {
|
||||||
|
transform: rotate(5deg);
|
||||||
|
}
|
||||||
i.space-invader.alt-1::before {
|
i.space-invader.alt-1::before {
|
||||||
content: 'C';
|
content: 'C';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user