Guest User

Untitled

a guest
Jun 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <div class="list-column">
  2. <h4>Types de pêche</h4>
  3. <ul>
  4. <li>Pêche en lac</li>
  5. <li>Pêche en Rivière</li>
  6. </ul>
  7. </div>
  8.  
  9. .list-column {
  10. float: left;
  11. margin-right: 20px;
  12. width: 20em;
  13. }
  14.  
  15. div.list-column h4 {
  16. background-color: #FDD041;
  17. padding: 5px !important;
  18. }
  19.  
  20. ul li {
  21. background-image: url(images/arrow.gif);
  22. background-position: 0 11px;
  23. background-repeat: no-repeat;
  24. list-style-image: none;
  25. list-style-position: outside;
  26. list-style-type: none;
  27. margin-bottom: 6px;
  28. margin-left: -20px;
  29. margin-top: 2px;
  30. padding: 2px 0 2px 18px;
  31. }
Add Comment
Please, Sign In to add comment