CSS Writing Direction Generator
Generate CSS for writing-mode and direction properties to control text flow
Controls
Preview
Hello World! こんにちは世界! مرحبا بالعالم
Generated CSS
.element {
writing-mode: horizontal-tb;
direction: ltr;
text-align: start;
}Property Descriptions
writing-mode: Defines whether text flows horizontally or vertically
direction: Sets the text direction (LTR for Latin, RTL for Arabic/Hebrew)
text-align: Controls horizontal alignment relative to direction