Files
Examples/JavaScript/web-chat/client/style.css
plane000 3f74792e84 web chat
2018-07-23 10:30:37 +01:00

20 lines
216 B
CSS

body {
background-color: rgb(245, 245, 245);
}
textarea {
resize: none;
left: 2px;
}
input {
position: absolute;
top: 60%;
left: 2px;
}
input[type=text] {
left: 70px;
width: 50%;
}