mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 17:28:38 +09:00
14 lines
336 B
HTML
14 lines
336 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
textarea {
|
|
width: 100px;
|
|
height: 150px;
|
|
margin: 10px;
|
|
padding: 0;
|
|
}
|
|
</style>
|
|
<textarea style="writing-mode:vertical-lr"></textarea>
|
|
<textarea style="writing-mode:vertical-rl"></textarea>
|
|
<textarea style="writing-mode:sideways-lr"></textarea>
|
|
<textarea style="writing-mode:sideways-rl"></textarea>
|