Spaces:
Running
Running
File size: 281 Bytes
19a4240 26e64bb 19a4240 26e64bb 19a4240 26e64bb 19a4240 26e64bb 19a4240 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
body {
font-family: Arial, sans-serif;
}
.hero {
background: linear-gradient(135deg, #007bff, #0056b3);
}
.chat-box {
background-color: #f8f9fa;
border: 1px solid #ced4da;
}
#messages {
background-color: #ffffff;
padding: 10px;
border-radius: 5px;
}
|