You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

options.css 222B

12345678910111213141516171819
  1. body {
  2. background-color: #f2f2f2;
  3. font-family: Arial, sans-serif;
  4. }
  5. h2 {
  6. color: #333;
  7. }
  8. label {
  9. display: block;
  10. margin-top: 10px;
  11. margin-bottom: 10px;
  12. }
  13. input[type="text"] {
  14. width: 280px;
  15. padding: 6px;
  16. }