Advertisement
Mine200

Untitled

Aug 25th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.23 KB | None | 0 0
  1. body{
  2.     margin-top: 70px;
  3.     margin-right: 70px;
  4.     margin-bottom: 70px;
  5.     margin-left: 70px;
  6.     background-image: url(ptn.gif);
  7.     }
  8. fieldset{
  9.     background-image: url(bg.jpg);
  10.     border: 6px double #28c9ff;
  11.     width: 70%;
  12.     background-size: cover;
  13.     border-radius: 5px;
  14.     }
  15. legend{
  16.     height: 30px;
  17.     background-color: white;
  18.     border: 2px solid #3db5e6;
  19.     border-radius: 6px;
  20.     }
  21. p{
  22.     display: block;
  23.     margin-block-start: 0.1em;
  24.     margin-block-end: 0em;
  25.     margin-inline-start: 0px;
  26.     margin-inline-end: 0px;
  27.     }
  28. .legend{
  29.     font-family: Adobe Garamond;
  30.     color: #3db5e6;
  31.     font-size: 20px;
  32.     padding-bottom: 10px;
  33.     }
  34. table{
  35.     width: 457px;
  36.     }
  37. td{
  38.     padding-top:  12px;
  39.     padding-bottom: 12px;
  40.     color: #f3f3f3;
  41.     }
  42. .jk{
  43.     color: white;
  44.     }
  45. .rd{
  46.     background-color: #3db5e6;
  47.     }
  48. .fill{
  49.     width: 240px;
  50.     border:2px solid #3db5e6;
  51.     border-radius: 5px;
  52.     }
  53. .top{
  54.         width: 457px;
  55.         margin-bottom: -10px;
  56.     }
  57. .bot{
  58.         width: 457px;
  59.     }
  60. input#simpan{
  61.     background-color: transparent;
  62.     border: 1px solid #3db5e6;
  63.     color: white;
  64.     transition-duration: 0.4s;
  65.     padding: 5px 7px;
  66.     border-radius: 5px;
  67.     }
  68. input#simpan:hover{
  69.     background-color: #3db5e6;
  70.     color: white;
  71.     border: #3db5e6;
  72.     border: 1px solid #3db5e6;
  73.     border-radius: 5px;
  74.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement