Advertisement
Guest User

Untitled

a guest
Apr 9th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.57 KB | None | 0 0
  1. <!-- Portfolio item --> Wrong :D
  2. <article class="portfolio isotope-item buildings design col-6">
  3.     <div class="image" style="background-image: url(img/portfolio-images/1.jpg)">
  4.     <div class="inner">
  5.         <header>
  6.             <h3>Buildings of Tomorrow</h3>
  7.         </header>
  8.     </div>
  9. </article></div>
  10.  
  11.  
  12. <!-- Portfolio item --> Right :D
  13. <article class="portfolio isotope-item buildings design col-6">
  14.     <div class="image" style="background-image: url(img/portfolio-images/1.jpg)"></div>
  15.     <div class="inner">
  16.         <header>
  17.             <h3>Buildings of Tomorrow</h3>
  18.         </header>
  19.     </div>
  20. </article>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement