File size: 431 Bytes
f50a187
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e37cf69
 
 
a2e92b3
 
 
 
 
 
 
 
 
 
e37cf69
a2e92b3
e37cf69
 
f50a187
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
h1 {
  text-align: center;
  display: block;
}

#duplicate-button {
  margin: auto;
  color: white;
  background: #1565c0;
  border-radius: 100vh;
}

.contain {
  max-width: 900px;
  margin: auto;
  padding-top: 1.5rem;
}





#chatbox .input_box textarea {
    resize: both;
    min-height: 100px;
    min-width: 200px;
}

#chatbox .output_box {
    resize: both;
    overflow: auto;
    min-height: 100px;
    min-width: 200px;
}