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