We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e223e89 commit 6c752b4Copy full SHA for 6c752b4
1 file changed
analysischat.html
@@ -7,17 +7,28 @@
7
<style>
8
body {
9
align-items: center;
10
- background-color: light;
+ background-color: lightgrey;
11
+ text-align: center;
12
+ marging: 110px
13
}
14
button {
15
color: white;
16
background-color: green;
17
border-radius: 5px;
18
cursor: pointer;
19
- #html-chat {background-color: light; border-radius: 3px;}
- #html-chat-history {background-color: light; border-radius: 3px;}
20
- #mes {background-color: light; border-radius: 3px;}
+ #html-chat {
21
+ background-color: lightblue;
22
+ border-radius: 3px;
23
+ }
24
+ #html-chat-history {
25
+ background-color: light;
26
27
28
+ #mes {
29
30
31
32
</style>
33
</head>
34
<body>
0 commit comments