Advertisement
Guest User

étoile à coté du pseudo des membres

a guest
Jan 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. .username .style3:before {
  2. content: "\f005";
  3. font-family: FontAwesome;
  4. margin-right: 4px;
  5. display: inline-block;
  6. -webkit-transition-duration: 0.8s;
  7. -moz-transition-duration: 0.8s;
  8. -o-transition-duration: 0.8s;
  9. transition-duration: 0.8s;
  10.  
  11. }
  12. .username:hover .style3:before {
  13. -webkit-transform: rotate(360deg);
  14. -moz-transform: rotate(360deg);
  15. -ms-transform: rotate(360deg);
  16. -o-transform: rotate(360deg);
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement