Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 5th, 2012  |  syntax: None  |  size: 0.90 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /**
  2.  * The first commented line is your dabblet’s title
  3.  */
  4.  
  5.  
  6. html,body{margin:0;padding:0}
  7. body{font: 76% arial,sans-serif;text-align:center}
  8. p{margin:0 10px 10px}
  9. a{display:block;color: #981793;padding:10px}
  10. div#header h1{height:80px;line-height:80px;margin:0;
  11.   padding-left:10px;background: #EEE;color: #79B30B}
  12. div#container{text-align:left}
  13. div#content p{line-height:1.4}
  14. div#navigation{background:#B9CAFF}
  15. div#extra{background:#FF8539}
  16. div#footer{background: #333;color: #FFF}
  17. div#footer p{margin:0;padding:5px 10px}
  18.  
  19. /*Start TODO*/
  20. html,body
  21. {
  22.         height:100%;
  23. }
  24. div#container
  25. {
  26.         margin: 0 auto;
  27.         width:700px;
  28.         /*position: relative;*/
  29.         height:100%;
  30. }
  31. div#extra
  32. {
  33.         width:150px;
  34.         /*position: absolute;
  35.         top:80px;*/
  36. }
  37. div#wrapper
  38. {
  39.        
  40.         float: left;
  41.         margin-left:150px;
  42.         width:400px;
  43.         height:0;
  44. }
  45. div#wrapper div#content
  46. {
  47.  
  48. }
  49. div#navigation
  50. {
  51.         float: right;
  52.         width:150px;
  53.  
  54. }
  55.  
  56. div#footer
  57. {
  58.  
  59.         clear: both;
  60. }
  61.  
  62. /*End TODO*/