5 lines
220 B
CSS
5 lines
220 B
CSS
#chat-container { width: 500px; margin: auto; }
|
|
#messages { border: 1px solid #ccc; height: 400px; overflow-y: scroll; padding: 5px; margin-bottom: 5px; }
|
|
input { width: 80%; margin-bottom: 5px; }
|
|
button { width: 18%; }
|