Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.40 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title></title>
  4.     <style>
  5.     body{
  6.         background:black;
  7.     }
  8.     div{
  9.         background:white;
  10.         margin:0 auto;
  11.         width:800px;
  12.     }
  13.     </style>
  14. </head>
  15. <body>
  16.     <div class="">
  17.       <h1>This is a reponsive container</h1>
  18.       <p>This container is <span class=""></span> pixels wide when the browser is <span class=""></span> pixels wide. Resize the browser to see it change.</p>
  19.     </div>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement