if u wanna see how this looks it's on my profile =)
« Web, HTML, Tech Forum
make friends' profile pictures enlarge on hover (tutorial)
there's probly a better way to do this, i just figured it out on my own n i'm not too good w css
but it works !! anyways disclaimer over, here's the code:
<style>
.profile .friends .person img:not(.icon):hover {
transform: scale(1.2);
transition: 0.5s ease;
}
.profile .friends .person img:not(.icon) {
transition: 0.5s ease
}
</style>
if u do use it and it works/doesn't work pls comment n lmk!! hugs and kisses <3