Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="ro">
  3. <head>
  4. <title>2 coloane</title>
  5. <link rel="stylesheet" type="text/css" href="style.css">
  6. </head>
  7. <body>
  8. <div id="container">
  9. <header>
  10. this is the header
  11. </header>
  12.  
  13. <div id="main">
  14.  
  15. <div id="column1">
  16. this is column1 text
  17. </div>
  18.  
  19. <div id="column2">
  20. this is the second column
  21. </div>
  22.  
  23. </div>
  24.  
  25. </div>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement