Advertisement
Guest User

Untitled

a guest
Apr 25th, 2012
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.49 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2.        "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4.  
  5. <head>
  6.     <title>mobile</title>
  7.     <link href="css/bootstrap.min.css" rel="stylesheet">
  8.     <link href="css/legend.css" rel="stylesheet">
  9. </head>
  10.  
  11. <body>
  12.     <ul class="media-grid">
  13.         <li>
  14.             <a href="#">
  15.                 <legend style="legend { margin:3px; text-align:center;width:100%}">Caption</legend>
  16.                 <img class="thumbnail" src="http://placehold.it/140x90" alt="">
  17.             </a>
  18.         </li>
  19.         <li>
  20.             <a href="#">
  21.                 <img class="thumbnail" src="http://placehold.it/140x90" alt="">
  22.             </a>
  23.         </li>
  24.         <li>
  25.             <a href="#">
  26.                 <img class="thumbnail" src="http://placehold.it/140x90" alt="">
  27.             </a>
  28.         </li>
  29.         <li>
  30.             <a href="#">
  31.                 <img class="thumbnail" src="http://placehold.it/140x90" alt="">
  32.             </a>
  33.         </li>
  34.         <li>
  35.             <a href="#">
  36.                 <img class="thumbnail" src="http://placehold.it/140x90" alt="">
  37.             </a>
  38.         </li>
  39.         <li>
  40.             <a href="#">
  41.                 <img class="thumbnail" src="http://placehold.it/140x90" alt="">
  42.             </a>
  43.         </li>
  44.         <li>
  45.             <a href="#">
  46.                 <img class="thumbnail" src="http://placehold.it/140x90" alt="">
  47.             </a>
  48.         </li>
  49.     </ul>
  50. </body>
  51.  
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement