Advertisement
Guest User

Kitten News

a guest
Sep 4th, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.11 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  2.        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6.     <title>Kitten News</title>
  7.     <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  8.    
  9.     <style type="text/css">
  10.     body {
  11.         font:20px Verdana, sans-serif;
  12.         color:#000;
  13.         background-color:#fff;
  14.         width:384px;
  15.         padding-bottom: 20px;
  16.         margin:0px;
  17.     }
  18.  
  19.     div.header {
  20.         padding-bottom: 0;
  21.     }
  22.  
  23.     div.item {
  24.         padding-bottom: 20px;
  25.         border-bottom:4px dashed #000;
  26.         margin-bottom: 0;
  27.     }
  28.     </style>
  29.    
  30. </head>
  31. <body>
  32.  
  33.     <div class="header">
  34.        <img src="http://lewry.com/kn/kittenheader.png">
  35.     </div>
  36.  
  37.  
  38.         <div class="item">
  39.             <h2>Kitten Lands On Moon</h2>
  40.             <p>NASA's Kitten Probe (NKP), the first twin-spacecraft, kitten-powered mission designed to explore our planet's radiation belts, touched down safely in the Sea of Tranquility at 4:05am.</p>
  41.             <img class="dither" src="http://lewry.com/kn/kittenaut.jpg">
  42.             <p><small>Mews posted on 4 September 2012</small></p>
  43.         </div>
  44.      
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement