quenerapu

Perfectamente centrado 2

Feb 28th, 2021 (edited)
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <meta charset="UTF-8">
  5.   <title>Document</title>
  6.  
  7.   <style>
  8.   .centrado{
  9.     position: absolute;
  10.     background:pink;
  11.     width:200px;
  12.     height:200px;
  13.     margin: auto;
  14.     left: 0;
  15.     right: 0;
  16.     top: 0;
  17.     bottom: 0;
  18.     }
  19.   </style>
  20.  
  21. </head>
  22. <body>
  23.  
  24.   <div class="centrado">
  25.   </div>
  26.  
  27.  
  28.  
  29. </body>
  30. </html>
  31.  
  32.  
Add Comment
Please, Sign In to add comment