styleditor.net styleditor.net styleditor.net styleditor.net עברית accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

The CSS Propertie writing-mode

The writing-mode property determines block flow direction and line orientation — whether text flows horizontally or vertically, and how blocks stack. Fundamental for CJK support and vertical layouts. .vertical { writing-mode: vertical-rl; } .japanese-text { writing-mode: vertical-rl; text-orientation: mixed; } horizontal-tbThe default value. Top-to-bottom block flow; horizontal lines (Latin, Hebrew, Arabic).vertical-rlRight-to-left block flow; vertical lines (traditional Japanese, Chinese).vertical-lrLeft-to-right block flow; vertical lines (Mongolian, Manchu).sideways-rlRight-to-left block flow; text rotated 90° (good for Latin headings in vertical layouts).sideways-lrLeft-to-right block flow; text rotated 90°. CSS Writing Modes Module Level 4 Editor's Draft W3CMDN CSS css aBcDeF 123 Show all code Edit CSS online The plugin that remembers hundreds of CSS items for you Every CSS property — in a live demonstration The bilingual CSS reference
definitionexamplessyntaxmodulespecificationsourcesvisual demonstration