Results 181 - 200 of 2,240

offset-inline-start

The offset-inline-start CSS property defines the logical inline start offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the toprightbottom, or 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-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

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

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

background-blend-mode

The background-blend-mode CSS property describes how the element's background images should blend with each other and the element's background color. 
CSS CSS Compositing CSS Property

box-sizing

The box-sizing property is used to alter the default CSS box model used to calculate width and height of the elements. It is possible to use this property to emulate the behavior of browsers that do not correctly support the CSS box model specification.
CSS CSS Property Experimental Reference

hyphens

The hyphens CSS property tells the browser how to hyphenate words when line-wrapping. You can prevent hyphenation entirely, control when the browser should hyphenate, or let the browser control when to hyphenate.
CSS CSS Property Experimental Reference

isolation

The isolation CSS property defines if the element must create a new stacking context.
CSS CSS Compositing CSS Property

margin-left

Area on which CSS margin-left applyThe margin-left CSS property sets the margin space required on the left side of a box associated with an element. A negative value is also allowed.
CSS CSS Property Layout Reference

max-height

The max-height property is used to set the maximum height of an element. It prevents the used value of the height property from becoming larger than the value specified for max-height.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

max-width

The max-width property is used to set the maximum width of a given element. It prevents the used value of the width property from becoming larger than the value specified for max-width.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

min-height

The min-height property is used to set the minimum height of a given element. It prevents the used value of the height property from becoming smaller than the value specified for min-height.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

mix-blend-mode

The mix-blend-mode CSS property describes how an element's content should blend with the content of the element's direct parent and the element's background.
CSS CSS Compositing CSS Property

overflow

The overflow property specifies whether to clip content, render scrollbars or just display content when it overflows its block level container.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

overflow-wrap

The overflow-wrap property is used to specify whether or not the browser may break lines within words in order to prevent overflow when an otherwise unbreakable string is too long to fit in its containing box.
CSS CSS Property NeedsLiveSample Reference

ruby-position

The ruby-position CSS property defines the position of a ruby element relatives to its base element. It can be position over the element (over), under it (under), or between the characters, on their right side (inter-character).
CSS CSS Ruby Property Reference