Skip to content

Commit 6c752b4

Browse files
authored
Update analysischat.html
1 parent e223e89 commit 6c752b4

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

analysischat.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,28 @@
77
<style>
88
body {
99
align-items: center;
10-
background-color: light;
10+
background-color: lightgrey;
11+
text-align: center;
12+
marging: 110px
1113
}
1214
button {
1315
color: white;
1416
background-color: green;
1517
border-radius: 5px;
1618
cursor: pointer;
1719
}
18-
#html-chat {background-color: light; border-radius: 3px;}
19-
#html-chat-history {background-color: light; border-radius: 3px;}
20-
#mes {background-color: light; border-radius: 3px;}
20+
#html-chat {
21+
background-color: lightblue;
22+
border-radius: 3px;
23+
}
24+
#html-chat-history {
25+
background-color: light;
26+
border-radius: 3px;
27+
}
28+
#mes {
29+
background-color: light;
30+
border-radius: 3px;
31+
}
2132
</style>
2233
</head>
2334
<body>

0 commit comments

Comments
 (0)