Guest User

Untitled

a guest
Jan 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. <div class="box video-gallery"> <!-- remove the class "box" from the parent div for the individual gallery page -->
  2. <h3>Gallery: County Highlights <a class="more-link" href="#">More Videos &raquo;</a></h3>
  3. <div class="box-content">
  4. <div class="primary-video">
  5. <p>
  6. <a href="#" class="vid-thumb"><img src="Images/video-thumb_canopy-roads.jpg"><span class="png">Play Video</span></a>
  7. <a href="#" class="vid-title">Here is a Title Goes Here That Spans Two Lines <em>1:30</em></a>
  8. </p>
  9. </div>
  10. <div class="primary-video last">
  11. <p>
  12. <a href="#" class="vid-thumb"><img src="Images/video-thumb_canopy-roads.jpg"><span class="png">Play Video</span></a>
  13. <a href="#" class="vid-title">Here is a Title Goes Here That Spans Two Lines <em>1:30</em></a>
  14. </p>
  15. </div>
  16. <div class="primary-video">
  17. <p>
  18. <a href="#" class="vid-thumb"><img src="Images/video-thumb_canopy-roads.jpg"><span class="png">Play Video</span></a>
  19. <a href="#" class="vid-title">Here is a Title Goes Here That Spans Two Lines <em>1:30</em></a>
  20. </p>
  21. </div>
  22. <div style="clear:both;"></div>
  23. </div>
  24. </div>
Add Comment
Please, Sign In to add comment