web chat
This commit is contained in:
19
JavaScript/web-chat/client/style.css
Normal file
19
JavaScript/web-chat/client/style.css
Normal file
@@ -0,0 +1,19 @@
|
||||
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%;
|
||||
}
|
||||
Reference in New Issue
Block a user