Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
104
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.         <style>
  4.             .container {
  5.                 width:800px;
  6.                 height:600px;
  7.                 border: 1px solid black;
  8.                 margin:0 auto;
  9.                 position: relative;
  10.             }
  11.             body {
  12.                 text-align: center;
  13.             }
  14.             .newimg {
  15.                 width:100px;
  16.                 height:100px;
  17.                 background-color: lightblue;
  18.                 margin:0 auto;
  19.             }
  20.             button {
  21.                 position: absolute;
  22.                 top:30px;
  23.                 left:370px;
  24.             }
  25.         </style>
  26.     </head>
  27.    
  28.  
  29.  
  30.     <body>
  31.         <div class="container">
  32.             <div class="newimg">
  33.                
  34.             </div>
  35.             <button>
  36.                 adsa
  37.             </button>
  38.         </div>
  39.     </body>
  40.  
  41.  
  42.  
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement