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-colorlineline-breakline-heightlistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

The CSS Propertie line-break

The line-break property sets line-breaking rules — primarily for CJK text (Chinese/Japanese/Korean) — for breaking before/after punctuation, question marks, and overall compactness. .cjk-text { line-break: strict; } .narrow-col { line-break: anywhere; word-break: break-all; } autoUA chooses breaking rules per the context (default).looseLoose breaking rules — breaks at more places. For narrow columns.normalNormal breaking rules — balance between compactness and typographic rules.strictStrict breaking rules — fewer breaks. For high-quality print typography.anywhereBreaks allowed almost anywhere — improves overflow-wrap behavior. CSS Text Module Level 4 Editor's Draft W3CMDN

そこは湖のほとりで木々が輝いていた。
その景色に、美しいなぁと思わずつぶやいた。

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