fade-hovering link code!!!!!!!!!!!!!!!!

for those who wanted fading hover link code stuff (like the ones in my profile)Ā 

soo i made the code


THE CODE:


a, .profile .friends .person pĀ  {

transition: 0.5s ease;

color:(any color u want)


}


a:hover, .profile .friends .person p:hover {

transition: 0.5s ease;

color:(another color u want)


}



(REMINDER: PUT THE <STYLE> ABOVE THE CODE AND </STYLE> UNDER THE CODE. THANKS)

(and you can change it! (or just remove the ".profile .friends .person p"))


1 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )