mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Thug life
This commit is contained in:
parent
f613abaa20
commit
7aa5ad5dff
@ -266,7 +266,19 @@ div#footer {
|
|||||||
|
|
||||||
}
|
}
|
||||||
#notch img:hover {
|
#notch img:hover {
|
||||||
transform: scale(1.1);
|
/*transform: scale(1.1);*/
|
||||||
|
animation-name: spin;
|
||||||
|
animation-duration: 4000ms;
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
animation-timing-function: linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes spin {
|
||||||
|
from {
|
||||||
|
transform: rotate(0deg);
|
||||||
|
} to {
|
||||||
|
transform: rotate(360deg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user