style.css 161 B

1234567891011
  1. input {
  2. width: 200px;
  3. height: 30px;
  4. }
  5. .btn {
  6. width: 100px;
  7. height: 30px;
  8. background-color: aquamarine;
  9. border:1 solid rgb(57, 63, 63);
  10. }