en.javascript.info/2-ui/3-event-details/9-keyboard-events/keyboard-dump.view/style.css
Ilya Kantor 78ffcae3f9 minor
2015-03-15 15:29:15 +03:00

18 lines
No EOL
241 B
CSS

#kinput {
font-size: 150%;
box-sizing: border-box;
width: 95%;
}
#area {
width: 95%;
box-sizing: border-box;
height: 250px;
border: 1px solid black;
display: block;
}
form label {
display: inline;
white-space: nowrap;
}