rizki12345

style

Dec 24th, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.78 KB | None | 0 0
  1.     *{
  2.         margin: 0;
  3.         padding: 0;
  4.     }
  5.  
  6.     #header{
  7.         background-color: #DEB887;
  8.         position: fixed;
  9.         height: 55px;
  10.         text-align:center;
  11.         width: 100%;
  12.        
  13.  
  14.     }
  15.  
  16.     #header p{
  17.         color: #ffffff;
  18.         line-height: 60px;
  19.         font-size: 50px;
  20.         color: #000000;
  21.         font-family: stencil;
  22.     }
  23.     .isi{
  24.         clear: both;
  25.         padding-top: 70px;
  26.         padding-left: 30px;
  27.         padding-right: 30px;
  28.        
  29.     }
  30.  
  31.     button {
  32.         padding: 10px;
  33.         border-radius: 10px;
  34.         background-color: #DCDCDC;
  35.         float: right;
  36.        
  37.     }
  38.  
  39.     table{
  40.         border-collapse: collapse;
  41.         width: 100%;
  42.         border-radius: 5px;
  43.     }
  44.  
  45.     th{
  46.         background-color: #DEB887;
  47.         padding: 15px;
  48.     }
  49.  
  50.     .in{
  51.         padding: 5px;
  52.         border: 2px #DEB887 solid;
  53.  
  54.     }
  55.  
  56.     .btn{
  57.         padding: 5px;
  58.         background-color: #DCDCDC;
  59.         border-radius: 5px;
  60.     }
Add Comment
Please, Sign In to add comment