Results 1 - 20 of 326

content

The content CSS property is used with the ::before and ::after pseudo-elements to generate content in an element. Objects inserted using the content property are anonymous replaced elements.
CSS CSS Property Reference

direction

Set the direction CSS property to match the direction of the text: rtl for languages written from right-to-left (like Hebrew or Arabic) text and ltr for other scripts. This is typically done as part of the document (e.g., using the dir attribute in HTML) rather than through direct use of CSS.
CSS CSS Property Reference

height

The height CSS property specifies the height of the content area of an element. The content area is inside the padding, border, and margin of the element.
CSS CSS Property Reference

ime-mode

The ime-mode CSS property controls the state of the input method editor for text fields. According to the spec:
CSS CSS Property NeedsMobileBrowserCompatibility

line-height

On block level elements, the line-height property specifies the minimum height of line boxes within the element.
CSS CSS Property Reference

margin

The margin CSS property sets the margin for all four sides. It is a shorthand to avoid setting each side separately with the other margin properties: margin-top, margin-right, margin-bottom and margin-left.
CSS CSS Property Reference

margin-bottom

The effect of the CSS margin-bottom property on the element boxThe margin-bottom CSS property of an element sets the margin space required on the bottom of an element. A negative value is also allowed.
CSS CSS Property Reference

margin-right

The effect of the CSS margin-right property on the element boxThe margin-right CSS property of an element sets the margin space required on the right side of an element. A negative value is also allowed.
CSS CSS Property Reference

margin-top

The effect of the CSS margin-top property on the element boxThe margin-top CSS property of an element sets the margin space required on the top of an element. A negative value is also allowed.
CSS CSS Property Reference

min-width

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

resize

The resize CSS property lets you control the resizability of an element.
CSS CSS Property Reference

text-decoration-skip

The text-decoration-skip property specifies how text decorations should be applied to types of elements and characters.
CSS Property Reference

vertical-align

The vertical-align CSS property specifies the vertical alignment of an inline or table-cell box.
CSS CSS Property Reference

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