mnaufaldillah

custom tugs4

Sep 26th, 2021
587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.41 KB | None | 0 0
  1. body{
  2.     background: #f3f3f3;
  3.     color: #333;
  4.     width: 100%;
  5.     font-family: sans-serif;
  6.     margin: 0 auto;
  7. }
  8.  
  9. img{
  10.     float: left;;
  11. }
  12.  
  13. .header{
  14.     width: 90%;
  15.     margin: auto;
  16.     height: 120px;
  17.     line-height: 120px;
  18.     background: white;
  19.     color: gold;
  20. }
  21.  
  22. .content{
  23.     width: 90%;
  24.     margin: auto;
  25.     height: 420px;
  26.     padding: 0.1px;
  27.     background: #fff;
  28.     color: #333;
  29. }
  30.  
  31. .kiri{
  32.     width: 70%;
  33.     float: left;
  34.     margin: auto;
  35.     background: #fff;
  36.     height: 420px;
  37. }
  38.  
  39. .kanan{
  40.     width: 30%;
  41.     float: left;
  42.     margin: auto;
  43.     background: #fff;
  44.     height: 420px;
  45. }
  46.  
  47. .border{
  48.     border: 2px solid black;
  49.     margin-top: 1pc;
  50.     padding-bottom: 1pc;
  51.     padding-left: 2pc;
  52.     padding-right: 2pc;
  53. }
  54.  
  55. .undercor{
  56.     text-decoration: none;
  57. }
  58.  
  59. .footer{
  60.     width: 90%;
  61.     margin: auto;
  62.     height: 40px;
  63.     line-height: 40px;
  64.     background: black;
  65.     color: #fff;
  66. }
  67.  
  68. .menu{
  69.     background-color: white;
  70.     height: 50px;
  71.     line-height: 50px;
  72.     position: relative;
  73.     width: 90%;
  74.     margin: 0 auto;
  75.     padding: 0 auto;
  76. }
  77.  
  78. .jarak{
  79.     padding: 0 2pc;
  80. }
  81.  
  82. .menu ul {
  83.     list-style: none;
  84. }
  85.  
  86. .menu ul li a {
  87.     float: left;
  88.     width: 70px;
  89.     display: block;
  90.     text-align: center;
  91.     color: black;
  92.     text-decoration: none;
  93. }
  94.  
  95. .menu ul li a:hover {
  96.     background-color: gray;
  97.     display: block;
  98. }
Advertisement
Add Comment
Please, Sign In to add comment