deebug

Reflection HTML

Feb 23rd, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.76 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5.     <title>Reflection Demo</title>
  6.     <link href="css/reflection.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9.     <div class="image">
  10.         <img src="http://farm2.staticflickr.com/1239/4727561236_4d095fdf01.jpg" alt="Park Benches of the South Beach Area of Miami Beach Are Favorite Meeting Places for Members of the Area's Large Retirement Community." />
  11.         <div class="reflection">
  12.             <img src="http://farm2.staticflickr.com/1239/4727561236_4d095fdf01.jpg" alt=""/>
  13.             <div class="overlay"></div>
  14.         </div>
  15.     </div>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment