mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-01 20:33:03 +08:00
13 lines
162 B
CSS
13 lines
162 B
CSS
input {
|
|
width: 100%;
|
|
height: 100px;
|
|
padding: 20px;
|
|
font-size: 20px;
|
|
border: none;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.simple-keyboard {
|
|
max-width: 850px;
|
|
}
|