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: 60px;
  14.     background-image: url(warna.jpg);
  15.     color: #fff;
  16. }
  17.  
  18. .content {
  19.     width: 90%;
  20.     margin: auto;
  21.     height: 1020px;
  22.     padding: 0.1px;
  23.     background: #fff;
  24.     color:#000;
  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 #C70039;
  45.     margin-top: 1pc;
  46.     padding-bottom: 1pc;
  47.     padding-left: 1pc;
  48.     padding-right: 1pc;
  49. }
  50.  
  51. .undecor {
  52.     text-decoration: none;
  53. }
  54.  
  55. .footer {
  56.     width: 90%;
  57.     margin: auto;
  58.     height:120px;
  59.     line-height: 35px;
  60.     background-image: url(warna.jpg);
  61.     color: #fff;
  62.     padding-bottom: 1pc;
  63.     padding-top: 1pc;
  64. }
  65.  
  66. .menu {
  67.     background-image: url(warna.jpg);;
  68.     height: 50px;
  69.     line-height: 50px;
  70.     position: relative;
  71.     width:90%;
  72.     margin: 0 auto;
  73.     padding: 0 auto;
  74. }
  75.  
  76. .jarak {
  77.     padding: 0 2pc;
  78. }
  79.  
  80. .menu ul {
  81.     list-style: none;
  82. }
  83.  
  84. .menu ul li a {
  85.     float: left;
  86.     width:70px;
  87.     display:block;
  88.     text-align: center;
  89.     color:#FFF;
  90.     text-decoration: none;
  91. }
  92.  
  93. .menu ul li a :hover {
  94.     background-color: #74C599;
  95.     display: block;
  96. }