-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchatbot.css
52 lines (46 loc) · 821 Bytes
/
chatbot.css
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
body {
background-color: rgb(179, 116, 54);
}
#screen {
max-width: 100%;
}
#output {
display: flex;
justify-content: center;
margin-top: 100px;
font-size: 50px;
text-align: center;
height: 380px;
width: 100%;
word-wrap: break-word;
}
#output2 {
display: flex;
font-size: 25px;
text-align: left;
height: auto;
width: 100%;
height: 600px;
word-wrap: break-word;
}
#container {
display: flex;
justify-content: center;
height: auto;
}
#input {
background-color: #eee;
border: none;
font-family: sans-serif;
color: #000;
/* padding: 15px 32px; */
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 60px;
/* height: 0.5m; */
position: sticky;
}
p {
font-size: 50px;
}