Advertisement
Guest User

Untitled

a guest
Feb 12th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.56 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Bzzz</title>
  4.         <style>
  5.             .box {
  6.                 background-color: #0065ff;
  7.                 color: #ffffff;
  8.                 display: inline-block;
  9.                 height: 300px;
  10.                 margin: 15px;
  11.                 width: 600px;
  12.             }
  13.             .na-stred {
  14.                 margin: auto;
  15.             }
  16.             .obal {
  17.                 text-align: center;
  18.             }
  19.         </style>
  20.     </head>
  21.     <body>
  22.         <h1>Bzzzz</h1>
  23.         <div class="obal">
  24.             <div class="na-stred">
  25.                 <div class="box"><h2>Box 1</h2></div>
  26.                 <div class="box"><h2>Box 2</h2></div>
  27.                 <div class="box"><h2>Box 3</h2></div>
  28.             </div>
  29.         </div>
  30.         <p>Bzzz</p>
  31.     </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement