#chat-container {
width: 300px;
height: 400px;
border: 1px solid #ccc;
padding: 10px;
position: relative;
}
#chat-box {
width: 100%;
height: 350px;
overflow-y: scroll;
border: 1px solid #ccc;
margin-bottom: 10px;
}
#chat-input {
width: 70%;
}
#send-btn {
width: 25%;
height: 20px;
}
Yorumlar
Yorum Gönder