Guest User

Untitled

a guest
Apr 24th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. div.igallery {
  2. margin: 2px;
  3. float: left;
  4. width: 60px;
  5. }
  6.  
  7. div.igallery img {
  8. display: block;
  9. margin: 0 auto;
  10. }
  11.  
  12. div.idesc {
  13. font-size:10px;
  14. padding: 2px;
  15. text-align: center;
  16. }
  17.  
  18. <div class="igallery">
  19. <div class="idesc">Category F2</div>
  20. <img title="Category F2 :: 8 Metres" src="/img/icons/safety.jpg" alt="Category
  21. F2 :: 8 Metres" width="48" height="48" border="0" /><div class="idesc">8 Metres</div>
  22.  
  23. </div>
  24. <div class="igallery">
  25. <div class="idesc">Shots</div>
  26. <img title="Shots :: 25" border="0" alt="Shots :: 25" src="/img/icons/shots.jpg" width="48" height="48" />
  27. <div class="idesc">25</div>
  28.  
  29. </div>
  30. <div class="igallery">
  31. <div class="idesc">Duration</div><img title="Duration :: 30s" src="/img/icons/clock.jpg" alt="Duration :: 30s" width="48" height="48" border="0" />
  32. <div class="idesc">0:30s</div>
Add Comment
Please, Sign In to add comment