File size: 421 Bytes
e36801d
5f168ea
 
e36801d
 
5f168ea
 
e36801d
 
5f168ea
 
 
 
 
e36801d
 
5f168ea
 
 
 
 
 
e36801d
 
5f168ea
 
e36801d
5f168ea
 
 
 
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
body {
    font-family: 'Arial', sans-serif;
    margin: 20px;
}

#randomPickerForm {
    margin-bottom: 20px;
}

input[type="text"] {
    display: block;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}

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

button:hover {
    background-color: #45a049;
}

#results {
    margin-top: 20px;
}