File size: 806 Bytes
ab26e00
04cc82e
 
 
ab26e00
 
f39e6ef
 
04cc82e
f39e6ef
 
 
 
ab26e00
 
 
f39e6ef
 
ab26e00
 
f39e6ef
 
 
 
470f389
 
f39e6ef
 
470f389
 
 
f39e6ef
 
 
 
 
 
470f389
 
 
f39e6ef
470f389
f39e6ef
470f389
f39e6ef
 
470f389
 
 
 
f39e6ef
ab26e00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
body {
    font-family: Arial, sans-serif;
    background-color: #e6f7ec;
    padding: 20px;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

td {
    padding: 10px;
    border: 1px solid #ccc;
}

input[type="number"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    background-color: #38a169;
    color: white;
    padding: 10px;
    border: none;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #2f855a;
}