-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchatbotv2CSS.css
More file actions
61 lines (52 loc) · 818 Bytes
/
Copy pathchatbotv2CSS.css
File metadata and controls
61 lines (52 loc) · 818 Bytes
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
.flex{
display: flex;
flex-direction: column;
overflow: auto;
height: 500px;
}
.flex2{
display: flex;
}
.flex3
{
display: flex;
flex-direction: row;
}
#area{
flex: 1;
}
body{
font-family: Helvetica Neue;
font-weight: 300;
}
#chatlog{
background: rgb(145, 214, 245);
text-align: right;
padding: 20px;
line-height: 1;
width:
}
paragraph{
background: rgb(245, 245, 245);
margin-bottom: 20px;
border-radius: 5px;
padding: 10px;
}
AIresponse{
background: rgb(245, 245, 200);
margin-bottom: 20px;
border-radius: 5px;
padding: 10px;
text-align: left;
}
h1{
font-weight: 200;
text-align: center;
}
.emoji{
width: 50px;
height: 50px;
font-size: 1.5rem;
margin-top: 10px;
margin-right: 10px;
}