Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. .url:before {
  2.     width: 20px;
  3.     height: 20px;
  4.     display: inline-block;
  5.     background-repeat: no-repeat;
  6.     background-position: -9999px -9999px;
  7.     background-image: url(/icon.png);
  8.     vertical-align: middle;
  9.     margin-right: 3px
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement