Advertisement
Guest User

Untitled

a guest
May 19th, 2015
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html><head>
  3.     <title>Example Domain</title>
  4.  
  5.     <meta charset="utf-8">
  6.     <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1">
  8.     <style type="text/css">
  9.     body {
  10.         background-color: #f0f0f2;
  11.         margin: 0;
  12.         padding: 0;
  13.         font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  14.        
  15.     }
  16.     div {
  17.         width: 600px;
  18.         margin: 5em auto;
  19.         padding: 50px;
  20.         background-color: #fff;
  21.         border-radius: 1em;
  22.     }
  23.     a:link, a:visited {
  24.         color: #38488f;
  25.         text-decoration: none;
  26.     }
  27.     @media (max-width: 700px) {
  28.         body {
  29.             background-color: #fff;
  30.         }
  31.         div {
  32.             width: auto;
  33.             margin: 0 auto;
  34.             border-radius: 0;
  35.             padding: 1em;
  36.         }
  37.     }
  38.     </style>    
  39. <style></style></head>
  40.  
  41. <body>
  42. <div>
  43.     <h1>Example Domain</h1>
  44.     <p>This domain is established to be used for illustrative examples in documents. You may use this
  45.     domain in examples without prior coordination or asking for permission.</p>
  46.     <p><a href="http://www.iana.org/domains/example">More information...</a></p>
  47. </div>
  48.  
  49.  
  50. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement