File size: 343 Bytes
9cba381
 
 
 
 
 
 
 
 
 
 
 
 
9c6f094
9cba381
 
 
 
 
 
 
 
 
 
 
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
body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f0f0f0;
}
h1, h2 {
    color: #333;
}
form {
    margin-bottom: 20px;
}
label {
    display: inline-block;
    width: 150px;
}
input {
    margin: 5px 0;
}
canvas {
    border: 1px solid #000;
    background-color: #fff;
}
#decision {
    font-weight: bold;
}