Advertisement
pusatdata

PHP Trik: Bullet with Custom Image

May 12th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. css:
  2.  
  3. ul.leaf {
  4. list-style-image: url(‘/images/leaf_icon.jpg’);
  5. }
  6.  
  7. html:
  8.  
  9. <ul class=”leaf”>
  10. <li>I’m writing a long list item 1 so you can see what happens when the text wraps across multiple lines</li>
  11. <li>List item 2</li>
  12. <li>List item 3</li>
  13. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement