Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .img
  2. {
  3. background: url('/Content/images/a.png') no-repeat scroll 100% 3px;
  4. }
  5.  
  6. .img
  7. {
  8. background: url('/Content/images/a.png') no-repeat scroll 0 3px;
  9. }
  10.  
  11. .img
  12. {
  13. background-position: 0 3px;
  14. }
  15.  
  16. [class*=" icon-"] {
  17. background: url("../img/glyphicons-halflings.png") no-repeat scroll 14px;
  18. }
  19.  
  20. .icon-glass {
  21. background-position: 0 0;
  22. }
  23.  
  24. .icon-music {
  25. background-position: -24px 0;
  26. }
  27.  
  28. .icon-search {
  29. background-position: -48px 0;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement