Guest User

Untitled

a guest
Mar 14th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ## markup
  2. <div>
  3. <ul>
  4. <li>
  5. <div class="image">
  6. <img src="/system/events/icons/1/small_IMG_1651.jpg" />
  7. </div>
  8. <div>
  9. <span class="ttl">THIS IS A TITLE</span>
  10. This is the text...
  11. <a href="#">READ MORE</a>
  12. </div>
  13. </li>
  14. </ul>
  15. </div>
  16.  
  17. ## css
  18. .group .organizers-box ul {
  19. list-style: none;
  20. overflow: hidden;
  21. margin: 0;
  22. }
  23.  
  24. .group .organizers-box ul li {
  25. margin: 0;
  26. padding: 0;
  27. }
  28.  
  29. .group .organizers-box ul li div.image {
  30. float:left;
  31. border: 1px solid red;
  32. }
  33.  
  34. .group .organizers-box ul li span {
  35. display: block;
  36. color: #fff;
  37. font-size: 1.2em;
  38. margin: 0;
  39. padding: 0;
  40. }
Add Comment
Please, Sign In to add comment