Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. body {font-family: Arial, Helvetica, Sans-Serif;
  2. width:850px;
  3. text-align: center;
  4. margin: 20px auto;
  5. }
  6.  
  7. #main {background:#eee;}
  8.  
  9. #header {
  10. width:850px;
  11. height:250px;
  12. background:url(./images/stalk.png) no-repeat 28px 28px;
  13. }
  14. #footer {height: 60px;
  15. clear: left;
  16. background:#aaa;
  17. }
  18. #indexLeftColumn
  19. {
  20. height:400px;
  21. width:350px;
  22. float:left;
  23. background:#aaa;
  24. }
  25. #indexRightColumn
  26. {
  27. height:400px;
  28. width:500px;
  29. float:left;
  30. background:#eee;
  31. }
  32. #logo {
  33. height:155px;
  34. width: 155px;
  35. float: left;
  36. margin-left:30px;
  37. margin-top: -20px;
  38. }
  39. #logoText {
  40. float:left;
  41. margin: 20px 0 0 70px;
  42. font-family: 'American Typewriter', Courier, monospace;
  43. font-size:50px;
  44. color:#333;
  45. }
  46. #widgetBar{
  47. height:50px;
  48. width: 850px;
  49. float: right;
  50. background: #ccc;
  51. }
  52. .headerWidget
  53. {
  54. width:194px;
  55. margin: 20px 2px;
  56. font-size: small;
  57. float:right;
  58. line-height: 25px;
  59. background: #aaa;
  60. }
  61. .bubble {
  62. font-weight: bold;
  63. background-color: #f5eabe;
  64. padding: 5px;
  65. color: inherit;
  66. border-radius:4px;
  67. }
  68. .reallySmallText {font-size: xx-small }
  69.  
  70. #viewCart {
  71. text-align: left;
  72. width:210px;
  73. }
  74. .horizontalMargin
  75. {
  76. margin-left:28px;
  77. margin-right:5px;
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement