Advertisement
MizunoBrasil

estrutura html + bootstrap

Feb 2nd, 2023 (edited)
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
  8. <link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
  9.     <title>Document</title>
  10. </head>
  11. <style>
  12.     body {
  13.     font-family: 'Poppins', sans-serif;
  14.     font-size: 15px;
  15.     }
  16.     </style>
  17. <body>
  18.     <br><br><br>
  19.     <div class="container">
  20.  
  21.     </div>
  22.    
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement