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 clear

The clear property determines whether the element moves below preceding floats — prevents float stacking. Logical values (inline-start/end, block-start/end) adapt to writing-mode; physical (left, right) don't. .clearfix { clear: both; } .section { clear: block-end; } noneThe default value. No clearing.leftClear left floats.rightClear right floats.bothClear both sides (inline).inline-startLogical: clears from inline-start side.inline-endLogical: clears from inline-end side.block-startLogical: clears from block-start side.block-endLogical: clears from block-end side.both-inlineClear both inline sides.both-blockClear both block sides.topClear from top edge (page floats).bottomClear from bottom edge (page floats). CSS Page Floats Module Level 3 Editor's Draft W3CMDN This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. 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