File size: 984 Bytes
5900da3
 
 
 
 
 
 
 
 
 
 
 
 
 
3199b3a
5900da3
 
 
 
 
3199b3a
5900da3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
aba7621
49822a5
7b28545
 
 
5900da3
4cedf80
0612abd
 
4cedf80
 
 
0612abd
 
4cedf80
 
 
0612abd
 
4cedf80
 
 
0612abd
 
4cedf80
 
 
0612abd
 
5900da3
 
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
body {
  --text: hsl(0 0% 15%);
  padding: 2.5rem;
  font-family: sans-serif;
  color: var(--text);
}

body.dark-theme {
  --text: hsl(0 0% 90%);
  background-color: hsl(223 39% 7%);
}

main {
  max-width: 80rem;
  text-align: center;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  color: var(--text);
}

form {
  width: 30rem;
  margin: 0 auto;
}

input {
  width: 100%;
}

button {
  cursor: pointer;
}

.text-input {
  min-height: 5rem;
  border: 0.5px solid grey;
}

.text-gen-output {
  width:"50%";
  min-height: 3rem;
  margin: 1rem 5rem;
  border: 0.5px solid grey;
}
.text-gen-output_2 {
  min-height: 3rem;
  margin: 1rem 5rem;
  border: 0.5px solid grey;
}
.text-gen-output_3 {
  min-height: 3rem;
  margin: 1rem 5rem;
  border: 0.5px solid grey;
}
.text-gen-output_4 {
  min-height: 3rem;
  margin: 1rem 5rem;
  border: 0.5px solid grey;
}
.text-gen-output_5 {
  min-height: 3rem;
  margin: 1rem 5rem;
  border: 0.5px solid grey;
}