Guest User

Untitled

a guest
Apr 13th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title></title>
  5. <style>
  6. body {
  7. margin: 0;
  8. padding: 0;
  9. background-color: #c0c0c0;
  10. }
  11. .main {
  12. width: 952px;
  13. margin: 0 auto 64px auto;
  14. background-color: #ffffff;
  15. border-left: 1px solid #9e9e9e;
  16. border-right: 1px solid #9e9e9e;
  17. }
  18. .logo {
  19. margin-left: 20px;
  20. margin-top: 20px;
  21. width: 86px;
  22. height: 73px;
  23. border: 1px solid red;
  24. }
  25. </style>
  26. </head>
  27. <body>
  28. <div class="main">
  29. <div class="logo">it works!</div>
  30. </div>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment