|
1 | 1 | body {
|
2 | | - font-family: Arial, sans-serif; |
3 | | - background-color: #f4f4f4; |
4 | | - margin: 0; |
5 | | - padding: 0; |
6 | | - display: flex; |
7 | | - justify-content: center; |
8 | | - align-items: center; |
9 | | - height: 100vh; |
| 2 | + font-family: Arial, sans-serif; |
| 3 | + background-color: #f4f4f4; |
| 4 | + margin: 0; |
| 5 | + padding: 0; |
| 6 | + display: flex; |
| 7 | + justify-content: center; |
| 8 | + align-items: center; |
| 9 | + height: 100vh; |
10 | 10 | }
|
11 | 11 |
|
12 | 12 | .container {
|
13 | | - background-color: white; |
14 | | - padding: 20px; |
15 | | - border-radius: 10px; |
16 | | - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); |
17 | | - width: 400px; |
18 | | - text-align: center; |
| 13 | + background-color: white; |
| 14 | + padding: 20px; |
| 15 | + border-radius: 10px; |
| 16 | + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); |
| 17 | + width: 400px; |
| 18 | + text-align: center; |
19 | 19 | }
|
20 | 20 |
|
21 | 21 | h1 {
|
22 | | - margin-bottom: 20px; |
| 22 | + margin-bottom: 20px; |
23 | 23 | }
|
24 | 24 |
|
25 | | -input, select, button { |
26 | | - margin: 10px 0; |
27 | | - padding: 10px; |
28 | | - font-size: 16px; |
| 25 | +input, |
| 26 | +select, |
| 27 | +button { |
| 28 | + margin: 10px 0; |
| 29 | + padding: 10px; |
| 30 | + font-size: 16px; |
29 | 31 | }
|
30 | 32 |
|
31 | 33 | button {
|
32 | | - background-color: #4CAF50; |
33 | | - color: white; |
34 | | - border: none; |
35 | | - cursor: pointer; |
| 34 | + background-color: #4caf50; |
| 35 | + color: white; |
| 36 | + border: none; |
| 37 | + cursor: pointer; |
36 | 38 | }
|
37 | 39 |
|
38 | 40 | button:hover {
|
39 | | - background-color: #45a049; |
| 41 | + background-color: #45a049; |
40 | 42 | }
|
41 | 43 |
|
42 | 44 | #result {
|
43 | | - margin-top: 20px; |
44 | | - font-size: 18px; |
45 | | - font-weight: bold; |
| 45 | + margin-top: 20px; |
| 46 | + font-size: 18px; |
| 47 | + font-weight: bold; |
46 | 48 | }
|
0 commit comments