Skip to content

Commit 0dc4ccd

Browse files
authored
Update index.html
1 parent d39a9cc commit 0dc4ccd

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6-
<title>Webchat met GPT Agent</title>
6+
<title>Indicatiehulp.ai</title>
77
<style>
88
body {
99
font-family: Arial, sans-serif;
@@ -33,22 +33,25 @@
3333

3434
.message {
3535
margin-bottom: 12px;
36-
padding: 8px 12px;
37-
border-radius: 10px;
36+
display: flex;
37+
flex-direction: column;
3838
max-width: 75%;
39-
word-wrap: break-word;
4039
}
4140

4241
.user-message {
43-
background-color: #e0f7fa;
4442
align-self: flex-end;
4543
text-align: right;
44+
background-color: #e0f7fa;
45+
border-radius: 12px 12px 0 12px;
46+
padding: 10px 14px;
4647
}
4748

4849
.agent-message {
49-
background-color: #f1f1f1;
5050
align-self: flex-start;
5151
text-align: left;
52+
background-color: #f1f1f1;
53+
border-radius: 12px 12px 12px 0;
54+
padding: 10px 14px;
5255
}
5356

5457
#input-form {
@@ -78,7 +81,8 @@
7881
}
7982

8083
button:hover {
81-
background-color: #e6b800;
84+
background-color: #125aa3;
85+
color: white;
8286
}
8387
</style>
8488
</head>

0 commit comments

Comments
 (0)