Line 24: Line 24:
 
padding:8px;
 
padding:8px;
 
}
 
}
 +
 +
<body>
 +
<div class="container">
 +
<div class="center_div">

Revision as of 18:40, 30 October 2013

  1. /* CSS placed here will be applied to all skins */
  2.  
  3.  
  4. *{font-family: "verdana"}
  5. body
  6. {
  7. margin-left:200px;
  8. background:#5d9ab2 url('img_tree.png') no-repeat top left;
  9. }
  10.  
  11. .container
  12. {
  13. text-align:center;
  14. }
  15.  
  16. .center_div
  17. {
  18. border:1px solid gray;
  19. margin-left:auto;
  20. margin-right:auto;
  21. width:90%;
  22. background-color:#d0f0f6;
  23. text-align:left;
  24. padding:8px;
  25. }
  26.  
  27. <body>
  28. <div class="container">
  29. <div class="center_div">