Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

make font awesome spin but not the word on hover

i:hover::before {
  transform: rotate(360deg);
}

i:before {
  display: inline-block;/* mandatory to be able to use transform */
  transition: 1s all;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #font #awesome #spin #word #hover
ADD COMMENT
Topic
Name
2+9 =