Advertisement
Guest User

Lily effect html

a guest
Jan 16th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1.                 <div class="grid">
  2.                     <figure class="effect-lily">
  3.                         <img src="img/12.jpg" alt="img12"/>
  4.                         <figcaption>
  5.                             <div>
  6.                                 <h2>Nice <span>Lily</span></h2>
  7.                                 <p>Lily likes to play with crayons and pencils</p>
  8.                             </div>
  9.                             <a href="#">View more</a>
  10.                         </figcaption>          
  11.                     </figure>
  12.                     <figure class="effect-lily">
  13.                         <img src="img/1.jpg" alt="img1"/>
  14.                         <figcaption>
  15.                             <div>
  16.                                 <h2>Nice <span>Lily</span></h2>
  17.                                 <p>Lily likes to play with crayons and pencils</p>
  18.                             </div>
  19.                             <a href="#">View more</a>
  20.                         </figcaption>          
  21.                     </figure>
  22.                 </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement