11 lines
254 B
HTML
11 lines
254 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
input {
|
|
appearance: none;
|
|
outline: 2px solid black;
|
|
overflow: clip;
|
|
}
|
|
</style>
|
|
<input type="number" style="writing-mode: vertical-lr">
|
|
<input type="number" style="writing-mode: vertical-rl">
|