mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-03-01 06:43:02 +08:00
14 lines
180 B
CSS
14 lines
180 B
CSS
input {
|
|
width: 100%;
|
|
height: 100px;
|
|
padding: 20px;
|
|
font-size: 20px;
|
|
border: none;
|
|
box-sizing: border-box;
|
|
direction: rtl;
|
|
}
|
|
|
|
.simple-keyboard {
|
|
max-width: 850px;
|
|
}
|