Search
 
SCRIPT & CODE EXAMPLE
 

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;
}
Comment

PREVIOUS NEXT
Code Example
Css :: edit default theme in component angular css 
Css :: css accordian triangle 
Css :: alternate table row color css 
Css :: list icon color change in css 
Css :: CSS Div Angel (prize) 
Css :: bootstrap col-sm-12 
Css :: make td match display flex 
Css :: css zoom out image 
Css :: separate three content in web 
Css :: uytutyu 
Css :: How to change textsize recta native 
Css :: chrome console remove css dark mode 
Css :: how to get rid of underline for links in css 
Css :: advance logic in css 
Css :: Add macOS-esque DropShadow to Images 
Css :: ssh: connect to host 192.168.0.200 port 22: Connection refused 
Css :: nuxt css other site 
Css :: placeholder color default 
Css :: css tricks position 
Css :: tailwindcss top 
Typescript :: @ts ignore file 
Typescript :: random between two floats python 
Typescript :: how check is file exist linux 
Typescript :: downgrade typescript version 
Typescript :: how to navigate from one page to another in angular 
Typescript :: get all documents in collection firestore flutter 
Typescript :: react native elements button with icon 
Typescript :: Visual Studio Code Typescript region folding 
Typescript :: adonis prepare create 
Typescript :: useappselector 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =