Advertisement
jakeable

Untitled

Mar 5th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. .flair {
  2. background-image: url(spritesheet.png);
  3. background-repeat: no-repeat;
  4. display: block;
  5. }
  6.  
  7. .flair-charge {
  8. width: 40px;
  9. height: 40px;
  10. background-position: 0 0;
  11. }
  12.  
  13. .flair-chr {
  14. width: 40px;
  15. height: 40px;
  16. background-position: 0 -40px;
  17. }
  18.  
  19. .flair-flex {
  20. width: 40px;
  21. height: 40px;
  22. background-position: 0 -80px;
  23. }
  24.  
  25. .flair-one {
  26. width: 40px;
  27. height: 40px;
  28. background-position: 0 -120px;
  29. }
  30.  
  31. .flair-surge {
  32. width: 40px;
  33. height: 40px;
  34. background-position: 0 -160px;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement