| 12345678910111213141516171819202122 |
- * {
- box-sizing: border-box;
- }
- html,
- body {
- margin: 0;
- padding: 0;
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
- sans-serif;
- background-color: #f9fafb;
- }
- button {
- font-family: inherit;
- }
- input,
- select,
- textarea {
- font-family: inherit;
- }
|