Advertisement
pusatdata

CSS Background Numbering Bullet untuk Tutorial

Jul 22nd, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. CSS code:
  2. .no1 {
  3. display: inline-block;
  4. width: 48px;
  5. height: 48px;
  6. margin: 0 3px 3px 0;
  7. background-image: url(http://icons.iconarchive.com/icons/custom-icon-design/pretty-office-11/48/number-1-icon.png);
  8. background-repeat: no-repeat;
  9. float: left;
  10. }
  11.  
  12. HTML di post:
  13. <span class="no1"></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement