Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. html lang="pl-PL">
  2. <head>
  3.     <meta charset="UTF-8">
  4.     <title>Sass - Zadania</title>
  5.     <link href="css/main.css" rel="stylesheet">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. </head>
  8. <body>
  9.  
  10.     <div class="container">
  11.       <div class="sidebar">
  12.         <h1>Main header</h1>
  13.       </div>
  14.       <section>
  15.         <h1>Main section</h1>
  16.       </section>
  17.     </div>
  18.  
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement