Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title> file </title>
  6. <style>
  7. #menu{
  8. background-color: #00FF00;
  9. width: 200px; height: 100px;
  10. }
  11. .content{
  12. background-color: #0000FF;
  13. width: 300px; height: 100px;
  14. }
  15. </style>
  16.  
  17. </head>
  18. <body>
  19. <div id="menu"></div>
  20. <div class="content"></div>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement