« Web, HTML, Tech Forum

how to make my pfp spin when u hover?

I used this code snippet from ibuprofen's pompompurin layout (also sorry if that isn't ok im still new-ish to spacehey culture and this is my 1st forum topic):

 }
.profile-pic img {
  border: solid black 1px;
  border-radius: 180px;
}
.profile-pic img:hover{
  animation: rotation 0.3s infinite linear;
  /*every time i update this i make this faster*/
}

but it doesn't work for some reason. i put it inside the < style > tags. did i accidentally cut something off when i pasted it? also feel free to look at my profile's about me code too if you need to (just right click and hit "view page source". i believe the custom code i used is on line 302.). thanks i advance!! :0D


Report Topic

2 Replies

Sort Replies:

Reply by Rory!! ฅU•ﻌ•Uฅ

posted

Reply by Rory!! ฅU•ﻌ•Uฅ

posted

the one i was lookig for was the one that made ur pfp spin like a record in a record player when you hover over it, but thak you anyway. :] I will use this for now until I figure out how to do that.


Permalink Report Reply