Results 281 - 300 of 326

overflow-x

The overflow-x property specifies whether to clip content, render a scroll bar, or display overflow content of a block-level element, when it overflows at the left and right edges.
CSS CSS Box Model CSS Property Experimental Reference

overflow-y

The overflow-y property specifies whether to clip content, render a scroll bar, or display overflow content of a block-level element, when it overflows at the top and bottom edges.
CSS CSS Box Model CSS Property Experimental Reference

padding-inline-end

The padding-inline-end CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation. It corresponds to the padding-toppadding-rightpadding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.
CSS CSS Logical Property CSS Property Experimental NeedsContent Reference

padding-inline-start

The padding-inline-start CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation. It corresponds to the padding-toppadding-rightpadding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.
CSS CSS Logical Property CSS Property Experimental NeedsContent Reference

right

The right CSS property specifies part of the position of positioned elements.
CSS CSS Positioning CSS Property Layout Reference Web

scroll-snap-coordinate

The scroll-snap-coordinate CSS property defines the positions in x and y coordinates within the element which will align with the nearest ancestor scroll container's scroll-snap-destination for the respective axis.
CSS CSS Property CSS Scroll Snap Points Experimental Reference

scroll-snap-destination

The scroll-snap-destination CSS property defines the position in x and y coordinates within the scroll container's visual viewport which element snap points align with.
CSS CSS Property CSS Scroll Snap Points Experimental Reference

scroll-snap-points-x

The scroll-snap-points-x CSS property defines the horizontal positioning of snap points within the content of the scroll container they are applied to.
CSS CSS Property CSS Scroll Snap Points Experimental Reference

scroll-snap-points-y

The scroll-snap-points-y CSS property defines the vertical positioning of snap points within the content of the scroll container they are applied to.
CSS CSS Property CSS Scroll Snap Points Experimental Reference

scroll-snap-type

The scroll-snap-type CSS property defines how strictly snap points are enforced on the scroll container in case there is one.
CSS CSS Property CSS Scroll Snap Points Experimental Reference

shape-image-threshold

The shape-image-threshold CSS property defines the alpha channel threshold used to extract the shape using an image as the value for shape-outside. A value of 0.5 means that the shape will enclose all the pixels that are more than 50% opaque.
CSS CSS Property CSS Shapes Experimental Property Reference

table-layout

The table-layout CSS property defines the algorithm to be used to layout the table cells, rows, and columns.
CSS CSS Property CSS Tables NeedsLiveSample NeedsMobileBrowserCompatibility Reference

text-combine-upright

The text-combine-upright CSS property specifies the combination of multiple characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.
CSS CSS Property CSS Writing Modes Experimental Reference

text-orientation

The text-orientation CSS property defines the orientation of the text in a line. This property only has an effect in vertical mode, that is when writing-mode is not horizontal-tb. It is useful to control the display of writing in languages using vertical script, but also to deal with vertical table headers.
CSS CSS Property CSS Writing Modes Experimental Reference

text-rendering

The text-rendering CSS property provides information to the rendering engine about what to optimize for when rendering text.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference SVG

text-shadow

The text-shadow property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and text-decorations of the element.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Property Reference

transform

The CSS transform property lets you modify the coordinate space of the CSS visual formatting model. Using it, elements can be translated, rotated, scaled, and skewed.
CSS CSS Property Experimental NeedsBrowserCompatibility Property Reference Transforms

transform-box

The transform-box property defines the layout box, to which the transform and transform-origin properties relate to.
CSS CSS Property CSS Transforms Experimental NeedsBrowserCompatibility NeedsExample Reference