Kierra

Untitled

Apr 30th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. body{
  2. background-image: url('/image/background.png');
  3. background-repeat: x-y;
  4. background-attachment: fixed;
  5. }
  6.  
  7. #center{
  8. margin:auto;
  9. width:1000px;
  10. height:auto;
  11. }
  12.  
  13. #header{ /* Logo */
  14. float:right;
  15. width:300px;
  16. height:150px;
  17. margin-top:10px;
  18. margin-left:10px;
  19. }
  20.  
  21. #wrapper{
  22. width:1000px;
  23. height:350px;
  24. }
  25.  
  26. #navbar{
  27. width:1000px;
  28. margin:10px;
  29. }
  30.  
  31. li(#navbar){
  32. padding:2px;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment