File size: 685 Bytes
a3e9046
 
 
 
 
 
 
 
 
 
a6a0e08
a3e9046
a6a0e08
a3e9046
 
a6a0e08
 
 
 
 
 
a3e9046
a6a0e08
 
 
 
 
 
 
a3e9046
 
 
 
 
 
 
 
 
 
a6a0e08
 
a3e9046
a6a0e08
a3e9046
a6a0e08
 
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;
    margin: 20px;
}
header {
    background-color: rgb(91, 78, 226);
}
form {
    margin-bottom: 20px;
}
textarea {
    width: 100%;
    height: 100px;
    margin-top: 10px;
}
#result {
    margin-top: 20px;
}
h1 {
    color: rgb(160, 48, 48);
    text-align: center;
}
#visualizationImage {
    max-width: 100%;
    height: auto;
    display: block;
}
.hidden {
    display: none;
}
#loading {
    color: #555;
    font-style: italic;
    margin: 10px 0;
}
#error {
    color: red;
    margin: 10px 0;
}
button {
    margin-right: 10px;
}
#downloadLink {
    display: block;
    margin: 10px 0;
}