Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <style type="text/css">
  2. body{
  3. margin:0px;
  4. background:#000;
  5. }
  6. .header-cont {
  7. width:100%;
  8. position:fixed;
  9. top:0px;
  10. }
  11. .header {
  12. height:50px;
  13. background:#F0F0F0;
  14. border:1px solid #CCC;
  15. width:960px;
  16. margin:0px auto;
  17. }
  18. .content {
  19. width:960px;
  20. background: #F0F0F0;
  21. border: 1px solid #CCC;
  22. height: 2000px;
  23. margin: 70px auto;
  24. }
  25. </style>
  26. </head>
  27. <body>
  28.  
  29. <div class="header-cont">
  30. <div></div>
  31. </div>
  32.  
  33. <div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement