Advertisement
Guest User

Untitled

a guest
May 24th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. body{
  2. font-family:Georgia, Arial, Helvetica, Sans-serif,serif;
  3. font-size:15px;
  4. color:#000;
  5. background:#fff;
  6. }
  7.  
  8. h1 {
  9. font-size:50px;
  10. }
  11.  
  12. h3 {
  13. font-size:22px;
  14. }
  15.  
  16. #content-wrapper {
  17. width:960px;
  18. text-align:left;
  19. margin:0 auto;
  20. background:#fff;
  21. padding:15px;
  22.  
  23. }
  24.  
  25. #header{
  26. width:960px;
  27. height:120px;
  28. }
  29.  
  30. #post-content {
  31. float:left;
  32. width:600px;
  33. padding:0 15px 15px 15px;
  34. }
  35.  
  36. .sidebar{
  37. float:left;
  38. width:300px;
  39. margin:0 0 0 15px;
  40. font-size:15px;
  41. list-style:none;
  42. }
  43.  
  44. #footer{
  45. height: 60px;
  46. background: #fff;
  47. padding: 15px;
  48. clear:both;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement