Spaces:
Sleeping
Sleeping
File size: 469 Bytes
25c67ef ab09773 25c67ef ab09773 25c67ef ab09773 25c67ef ab09773 |
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 |
body {
font-family: Arial, sans-serif;
}
#chat-container {
width: 80%;
max-width: 600px;
margin: 0 auto;
background-color: #f9f9f9;
padding: 10px;
border-radius: 5px;
}
#user-input {
width: 100%;
padding: 10px;
margin-top: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
button {
background-color: #4F46E5;
color: white;
padding: 10px;
border: none;
border-radius: 5px;
margin-top: 10px;
}
|