[text] NA

Viewer

  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <title>Title</title>
  6.     <!-- Required meta tags -->
  7.     <meta charset="utf-8">
  8.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  9.  
  10.     <!-- Bootstrap CSS -->
  11.    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous">
  12. </head>
  13. <style>
  14.  
  15. body{
  16.         padding: 0;
  17.         margin: 0;
  18.         width: 100%;
  19. }
  20. .main-content{
  21.         width: 100%;
  22.         height: 100vh;
  23. }
  24. .content{
  25.         position: fixed;
  26.         top: 50%;
  27.         left: 50%;
  28.         transform: translate(-50%, -50%);
  29.         background-color: white;
  30.         width: 70%;
  31.         height: 70%;
  32. }
  33.  
  34. </style
  35.  
  36. <body>
  37.         <div class="main-content bg-secondary">
  38.                 <div class="content">
  39.                 </div>
  40.         </div>
  41. </body>
  42.  
  43. </html>
  44.  

Editor

You can edit this paste and save as new:


File Description
  • NA
  • Paste Code
  • 06 May-2021
  • 869 Bytes
You can Share it: