Advertisement
Guest User

Untitled

a guest
May 19th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.63 KB | None | 0 0
  1. #main_content {
  2.     padding-left:20px;
  3.     margin-left:220px;
  4.     font-size:1.2em;
  5.     min-width:710px;
  6.     max-width:1010px;
  7. }
  8.  
  9. #sidebar {
  10.     background-color: #e6f7ff;
  11.     width:200px;
  12.     min-height:800px;
  13.     -moz-border-radius:3px;
  14.     -webkit-border-radius:3px;
  15.     border-radius:3px;
  16.     padding:10px;
  17.     float:left;
  18. }
  19.  
  20. #header {
  21.     min-width:960px;
  22.     max-width:1250px;
  23.     margin: 0 auto;
  24.     height: 130px;
  25.     position:relative;
  26.     margin-bottom:20px;
  27.     font:bold 1.3em Helvetica,Arial,sans-serif;
  28. }
  29.  
  30. #footer {
  31.     background:none repeat scroll 0 0 #59afff;
  32.     height:50px;
  33.     margin-top:20px;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement