Results 161 - 180 of 326

outline-color

The outline-color CSS property sets the color of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.
CSS CSS Outline CSS Property NeedsMobileBrowserCompatibility Reference

outline-offset

The outline-offset CSS property is used to set space between an outline and the edge or border of an element. An outline is a line that is drawn around elements, outside the border edge.
CSS CSS Outline CSS Property NeedsLiveSample Reference

outline-width

The outline-width CSS property is used to set the width of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out:
CSS CSS Outline CSS Property Layout Reference

overflow-clip-box

The overflow-clip-box CSS property specifies relative to which box the clipping happens when there is an overflow.
CSS CSS Property CSS Reference Reference Web

padding

The padding property sets the padding space on all sides of an element. The padding area is the space between the content of the element and its border. Negative values are not allowed.
CSS CSS Padding CSS Property NeedsMobileBrowserCompatibility Reference

padding-bottom

The effect of the CSS padding-bottom property on the element boxThe padding-bottom CSS property of an element sets the height of the padding area at the bottom of an element. The padding area is the space between the content of the element and its border. Contrary to margin-bottom values, negative values of padding-bottom are invalid.
CSS CSS Padding CSS Property Reference

padding-left

The padding-left CSS property of an element sets the padding space required on the left side of an element. The padding area is the space between the content of the element and it's border. A negative value is not allowed.
CSS CSS Padding CSS Property Reference

padding-right

The padding-right CSS property of an element sets the padding space required on the right side of an element. The padding area is the space between the content of the element and its border. Negative values are not allowed.
CSS CSS Padding CSS Property Reference

padding-top

The effect of the CSS padding-top property on the element boxThe padding-top CSS property of an element sets the padding space required on the top of an element. The padding area is the space between the content of the element and its border. Contrary to margin-top values, negative values of padding-top are invalid.
CSS CSS Padding CSS Property Reference

page-break-after

The page-break-after CSS property adjusts page breaks after the current element.
CSS CSS Property Page Breaks Reference

page-break-before

The page-break-before CSS property adjusts page breaks before the current element.
CSS CSS Property Page Breaks Reference

page-break-inside

The page-break-inside CSS property adjusts page breaks inside the current element.
CSS CSS Property Page Breaks Reference

perspective

The perspective CSS property determines the distance between the z=0 plane and the user in order to give to the 3D-positioned element some perspective. Each 3D element with z>0 becomes larger; each 3D-element with z<0 becomes smaller. The strength of the effect is determined by the value of this property.
CSS CSS Property CSS Transforms Experimental Reference

perspective-origin

The perspective-origin CSS property determines the position the viewer is looking at. It is used as the vanishing point by the perspective property.
CSS CSS Property CSS Transforms Experimental Reference

pointer-events

The CSS property pointer-events allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events. When this property is unspecified, the same characteristics of the visiblePainted value apply to SVG content.
CSS CSS Property NeedsExample NeedsMobileBrowserCompatibility Reference SVG

position

The position CSS property chooses alternative rules for positioning elements, designed to be useful for scripted animation effects.
CSS CSS Property Positioning Property Reference

quotes

The quotes CSS property indicates how user agents should render quotation marks.
CSS CSS Property Layout Reference Web

scroll-behavior

The scroll-behavior CSS property specifies the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling APIs. Any other scrolls, e.g. those that are performed by the user, are not affected by this property. When this property is specified on the root element, it applies to the viewport instead.
CSS CSS Property CSSOM View Reference

shape-margin

The shape-margin CSS property adds a margin to shape-outside.
CSS CSS Property CSS Shapes Experimental Reference

shape-outside

The shape-outside CSS property uses shape values to define the float area for a float and will cause inline content to wrap around the shape instead of the float's bounding box.
CSS CSS Property CSS Shapes Property Reference