RizkyAnugrah

Untitled

Sep 22nd, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.03 KB | None | 0 0
  1. body{
  2.     width: 400px;
  3.     padding: 0px;
  4.     font-family: sans-serif;
  5.     background-color: #eaeaea;
  6.     background-size: cover;
  7. }
  8.  
  9. fieldset{
  10.     width: 550px;
  11.     margin-right: 10px;
  12.     background: url(background.png) no-repeat;
  13.     background-size: cover;
  14.     border: 4px solid black;
  15. }
  16.  
  17. legend{
  18.     background-color: #FFA500;
  19.     border: 3px solid black;
  20.     color: black;
  21.     padding: 8px;
  22. }
  23.  
  24. table{
  25.     width: 450px;;
  26.     height: 300px;
  27.     padding: 0px;
  28.     color: black;
  29. }
  30.  
  31. .td1{
  32.     color: orange;
  33.     text-indent: 30px;
  34.     padding: 10px;
  35.     margin-right: 30px;
  36. }
  37.  
  38. td{
  39.     color: black;
  40.     text-indent: 20px;
  41. }
  42.  
  43.  
  44. .teks{
  45.     background: #FFA500;
  46.     border: 3px solid black;
  47.     width: 200px;
  48.     margin-left: -65px;
  49. }
  50.  
  51. .btn{
  52.     background: #FFA500;
  53.     border: 2px solid black;
  54.     color: black;
  55.     width: 60px;
  56.     cursor: pointer;
  57. }
  58.  
  59. select{
  60.     width:200px;
  61.     background: #FFA500;
  62.     border: 2px solid black;
  63. }
  64. .pajangan
  65. {
  66.     width: 100px;
  67.     background-color: black;
  68.     color: white;
  69.     border-color: black;
  70.     margin-left: 70px;
  71.     height: 17px;
  72. }
  73. .teks1{
  74.     margin-left: -42px;
  75. }
Add Comment
Please, Sign In to add comment