options.css 222 B

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. }