File size: 753 Bytes
30ef5da
ef3df75
 
30ef5da
 
ef3df75
 
 
 
 
 
 
 
 
30ef5da
 
ef3df75
 
 
 
 
 
 
 
 
30ef5da
 
ef3df75
 
 
 
30ef5da
 
ef3df75
 
 
 
 
 
 
 
30ef5da
ef3df75
 
 
 
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
body {
    font-family: Arial, sans-serif;
    text-align: center;
}

.container {
    margin: 20px auto;
    width: 600px;
    height: 400px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-size: 20px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
}

.checkbox {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 20px;
}

button {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #3e8e41;
}