Files
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

13 lines
218 B
CSS

input[type="text"] {
width: 240px;
}
#log {
background-color: rgb(226, 226, 250);
padding: 10px 20px;
margin-top: 10px;
height: 300px;
border: 1px solid black;
overflow-y: scroll;
overflow-x: hidden;
}