document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. body{
  2. background: #f3f3f3;
  3. color: #333;
  4. width: 100%;
  5. font-family: sans-serif;
  6. margin: 0 auto;
  7. }
  8.  
  9. .header{
  10. width: 90%;
  11. margin: auto;
  12. height: 120px;
  13. line-height: 120px;
  14. background: #41A85F;
  15. color: #fff;
  16. }
  17.  
  18. .content{
  19. width: 90%;
  20. margin: auto;
  21. height: 420px;
  22. padding: 0.1px;
  23. background: #fff;
  24. color: #333;
  25. }
  26.  
  27. .kiri{
  28. width: 70%;
  29. float: left;
  30. margin: auto;
  31. background: #fff;
  32. height: 420px;
  33. }
  34.  
  35. .kanan{
  36. width: 30%;
  37. float: left;
  38. margin: auto;
  39. background: #fff;
  40. height: 420px;
  41. }
  42.  
  43. .border{
  44. border: 2px solid #74C599;
  45. margin-top: 1pc;
  46. padding-bottom: 1pc;
  47. padding-left: 2pc;
  48. padding-right: 2pc;
  49. }
  50.  
  51. .undecor{
  52. text-decoration: none;
  53. }
  54.  
  55. .footer {
  56. width: 90%;
  57. margin: auto;
  58. height: 40px;
  59. line-height: 40px;
  60. background: #41A85F;
  61. color: #fff;
  62. }
  63.  
  64. .menu{
  65. background-color: #53bd84;
  66. height: 50px;
  67. line-height: 50px;
  68. position: relative;
  69. width: 90%;
  70. margin: 0 auto;
  71. padding: 0 auto;
  72. }
  73.  
  74. .jarak{
  75. padding: 0 2pc;
  76. }
  77.  
  78. .menu ul{
  79. list-style: none;
  80. }
  81.  
  82. .menu ul li a {
  83. float: left;
  84. width: 70px;
  85. display: block;
  86. text-align: center;
  87. color: #fff;
  88. text-decoration: none;
  89. }
  90.  
  91. .menu ul li a:hover {
  92. background-color: #74C599;
  93. display: block;
  94. }
  95.  
  96. img{
  97. padding-top: 1pc;
  98. padding-right: 1pc;
  99. padding-bottom: 1pc;
  100. float: left;
  101. }
');