Jump to content

Recommended Posts

Posted

Buna ziua , as vrea daca se poate , sa imi spuneti cum as putea modifica din :http://i.imgur.com/xjRWZsA.png

in : http://i.imgur.com/lpm2yOF.png nu ma refer la logo cum arata ma refer cand intru apare asa : http://i.imgur.com/lpm2yOF.png normal si cand ma duc cu mouse-ul pe el imi apare asa : http://i.imgur.com/NpBUjgB.png cum pot face si eu ? adica eu sa fac cu dimensiunile mele pt forum dar m-ar interesa daca stiti cum as putea transforma , forumul meu : www.bluegames.ro forumul cu modificarile dorite : siders.ro

Posted (edited)

Asta se numeste "hover".

.logospace:hover>.logoinit {
    transform: scale(0.69) rotateY(360deg);
}
.logoinit {
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.22,0.42,0.63,1.46);
}

Codul acesta il adaugi in CSS.

Iar dupa branding, tot ce tine de logo, stergi si inlocuiesti cu:

<center>
<a href="http://bluegames.ro">
 <div class="logospace">
<img class="logoinit" src="http://ADRESA-LOGO.COM"><br> <img class="siderstxt" style="margin-top: -30px;" src="http://ADRESA-LOGO2.COM">
 </div>
</a>
</center>

 

Edited by Kames

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.