Guest User

Untitled

a guest
Apr 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ul, li {
  2. list-style-image: none;
  3. list-style-type: none;
  4. list-style-position: outside;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. ul li {
  9. background-color: #EFEFEF;
  10. border-bottom: 1px solid #CCC;;
  11. }
  12.  
  13.  
  14. <ul>
  15. <li>Text</li>
  16. <li>More text</li>
  17. <li></li>
  18. <li></li>
  19. </ul>
Add Comment
Please, Sign In to add comment