mirror of
https://github.com/servo/servo.git
synced 2025-06-28 02:53:48 +01:00
10 lines
176 B
HTML
10 lines
176 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.vertical {
|
|
writing-mode: vertical-rl;
|
|
}
|
|
</style>
|
|
<body>
|
|
<input placeholder="placeholder">
|
|
<input class="vertical" placeholder="placeholder">
|
|
</body>
|