Advertisement
Guest User

Pa Aswan css Script

a guest
Nov 16th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.61 KB | None | 0 0
  1. /* ================================== */
  2.         /* Pa Aswan Css Script */
  3. /* ================================== */
  4.  
  5.  
  6. body{
  7.     background-image:url('Gambar/4.jpg');
  8.     background-repeat:no-repeat;
  9.     background-size:100% 100%;
  10.     min-height:500px;
  11.     font-family:Arial,Hervetica,Sans-serif;
  12.     font-size:12px;
  13.     margin:20px;
  14.     padding:0;
  15. }
  16.  
  17. input ,form,textarea,h1,h2,h3,h4,h5,h6{
  18.     margin:0;
  19.     padding:0;
  20. }
  21. h1{
  22.     font-size:18px;
  23. }
  24.  
  25. h2{
  26.     font-size:14px;
  27.     color:#999999
  28. }
  29. h3{
  30.     font-size:13px;
  31.     border-color:solid 1px #DEDEDE;
  32. }
  33. a:link,a:visited{
  34.     color:#0033CC;
  35. }
  36. a:hover{
  37.     text-decoration:none;
  38. }
  39.  
  40. /* CSS  untuk Header  */
  41.  
  42. #container{
  43.     width:750px;
  44.     margin:0 auto;
  45.    
  46. }
  47. #topbar{
  48.     width:auto;
  49.     display:block;
  50.     height:40px;
  51.     background:#A9F5F2;
  52.     top:10px;
  53. }
  54. #navbar{
  55.     width:auto;
  56.     display:block;
  57.     height:28px;
  58. }
  59.  
  60. #navbar a{
  61.     height:28px;
  62.     line-height:20px;
  63.     padding:0p;
  64.     display:inline;
  65. }
  66.  
  67. /* css untuk body */
  68.  
  69. #main {
  70.     width:auto;
  71.     display:block;
  72.     padding:10px 0;
  73.     background:#CCC;
  74. }
  75.  
  76. #column_left {
  77.     width:400px;
  78.     margin-right:20px;
  79.     float:float;
  80. }
  81. #column_right {
  82.     width:160px;
  83.     margin-right:20px;
  84.     float:float;
  85. }
  86.  
  87. #column_right_adsense{
  88.     width:120px;
  89.     float:left;
  90. }
  91. div.spacer{
  92.     clear:both;
  93.     height:10px;
  94.     display:block;
  95. }
  96.  
  97. /* css untuk footer */
  98. #footer{
  99.     width:auto;
  100.     display:block;
  101.     padding:10 px 0;
  102.     font-size:11px;
  103.     color:#666666
  104. }
  105.  
  106. @media screen and(max-width:780px){
  107.     #container{
  108.         width:100%;
  109.     }
  110.     #topbar{
  111.         width:100%;
  112.     }
  113.     #main{
  114.         width:100%;
  115.     }  
  116.     #column_left{
  117.         width:98%;
  118.     }
  119.     #column_right{
  120.         width:100%;
  121.     }
  122.     #footer{
  123.         width:100%;
  124.     }
  125. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement