.chatbox {
max-width: 400px;
margin: 50px auto;
background: white;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
padding: 20px;
}
.messages {
height: 300px;
overflow-y: auto;
border: 1px solid #ddd;
padding: 10px;
border-radius: 8px;
margin-bottom: 10px;
background-color: #fff;
}
.message {
margin-bottom: 10px;
}
.bot {
color: #007bff;
}
.user {
text-align: right;
color: #333;
}
input[type="text"] {
width: 80%;
padding: 10px;
border-radius: 6px;
border: 1px solid #ccc;
box-sizing: border-box;
}
button {
padding: 10px 15px;
background-color: #007bff;
border: none;
color: white;
border-radius: 6px;
cursor: pointer;
}
button:hover {
background-color: #0056b3;
}
h2 {
text-align: center;
color: #0056b3;
}
generated from Afo2025/foltechsolutions-feedback-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Afo2025/foltech-solution-bot
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Β | Β | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published