Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. body{
  2. width:260px;
  3. margin:0;
  4. padding:10px;
  5. font-family:"Arial";
  6. font-size:12px;
  7. }
  8. h1{
  9. font-size:16px;
  10. }
  11.  
  12. .header{
  13. height:40px;
  14. margin-bottom:10px;
  15. }
  16. .contacts, .left-column {
  17. background:#FCF8E3;
  18. }
  19. .logo{
  20. float:left;
  21. width:25%;
  22. height:20px;
  23. text-align:center;
  24. font-size:16px;
  25. background:#DFF0D8;
  26. font-weight:bold;
  27. padding:11px;
  28. }
  29.  
  30. .contacts{
  31. float:right;
  32. width:50%;
  33. height:20px;
  34. font-style:italic;
  35. text-align:right;
  36. color:#468847;
  37. padding:11px 10px 11px 20px;
  38. }
  39. .left-column{
  40. width:50%;
  41. float:left;
  42. padding:10px 10px 10px 10px;
  43. }
  44. .right-column{
  45. width:35%;
  46. float:right;
  47. background:#DFF0D8;
  48. padding:10px 0 10px 0px;
  49. margin-left:10px;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement