Jump to content

Recommended Posts

Posted
#logo {
    float: left;
    filter: grayscale(100%);
}
#logo:hover {
    filter: grayscale(0%);
    filter: contrast;
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    position: absolute;
    margin-bottom: -10px !important;
    margin-top: 0px;
    margin-left: 5px !important;
    opacity: 0.0;
    -webkit-transition: all 4s ease-in;
    -moz-transition: all 4s ease-in 0s;
    -o-transition: all 4s ease-in;
    -ms-transition: all 4s ease-in;
    transition: all 4s ease-in;
}

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.