Advertisement
schiavassa

dummy thumbs

Nov 26th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.66 KB | None | 0 0
  1. <div class="grid-cell">
  2.     <a class="project-link-wrap" href="http://path/to/external/site" target="_blank">
  3.         <div class="portfolio-item type-photo">
  4.             <div class="overlay">
  5.                 <div class="title-box">
  6.                     <div class="title-wrap"><h2 class="project-title">Title goes here</h2></div>
  7.                 </div><!-- /.title-box -->
  8.             </div><!-- /.overlay -->
  9.             <figure class="item-media">
  10.                 <img src="http://path/to/the/thumbnail/image">
  11.             </figure><!-- /.item-media -->
  12.         </div><!-- /.portfolio-item -->
  13.     </a><!-- /.project-link-wrap -->
  14. </div><!--  /.grid-cell -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement