Results 141 - 160 of 326

image-orientation

The image-orientation CSS property describes how to correct the default orientation of an image.
CSS CSS Image CSS Property Reference

justify-content

The CSS justify-content property defines how the browser distributes space between and around flex items along the main-axis of their container.
CSS CSS Flexible Boxes CSS Property Reference

left

The left CSS property specifies part of the position of positioned elements.
CSS CSS Positioning CSS Property Reference

list-style

The list-style property is a shorthand property for setting list-style-type, list-style-image and list-style-position.
CSS CSS List CSS Property Reference

list-style-image

The list-style-image property specifies an image to be used as the list item marker.
CSS CSS List CSS Property Reference

list-style-position

The list-style-position property specifies the position of the marker box in the principal block box.
CSS CSS List CSS Property Reference

list-style-type

The list-style-type property specifies the appearance of a list item element. Because it is the only property that defaults to display:list-item, this is usually a <li> element, but can be any element with this display value.
CSS CSS List CSS Property NeedsMobileBrowserCompatibility Reference

mask-clip

The mask-clip CSS property determines the area, which is affected by a mask. The painted content of an element must be restricted to this area.
CSS CSS Masks CSS Property Experimental Reference

mask-origin

The mask-origin CSS property determines the origin of a mask.
CSS CSS Masks CSS Property Reference

mask-size

The mask-size CSS property specifies the sizes of the mask images. The size of the image can be fully or partially constrained in order to preserve its intrinsic ratio.
CSS CSS Masks CSS Property Experimental Reference

-moz-border-bottom-colors

In Mozilla applications like Firefox, the -moz-border-bottom-colors CSS property sets a list of colors for the bottom border.
CSS CSS Property CSS Reference Non-standard

-moz-border-left-colors

In Mozilla applications like Firefox, the -moz-border-left-colors CSS property sets a list of colors for the left border.
CSS CSS Property CSS Reference Non-standard

-moz-border-right-colors

In Mozilla applications like Firefox, the -moz-border-right-colors CSS property sets a list of colors for the right border.
CSS CSS Property CSS Reference Non-standard

-moz-border-top-colors

In Mozilla applications like Firefox, the -moz-border-top-colors CSS property sets a list of colors for the top border.
CSS CSS Property CSS Reference Non-standard

-moz-image-rect

This value for CSS background-image lets you use a portion of a larger image as a background. This allows you to, for example, use different parts of one larger image as backgrounds in different parts of your content.
CSS CSS Property CSS Reference Non-standard

object-fit

The object-fit CSS property specifies how the contents of a replaced element should be fitted to the box established by its used height and width.
CSS CSS Image CSS Property polyfill Reference

object-position

The object-position property determines the alignment of the replaced element inside its box.
CSS CSS Image CSS Property Reference

order

The CSS order property specifies the order used to lay out flex items in their flex container. Elements are laid out in the ascending order of the order value. Elements with the same order value are laid out in the order in which they appear in the source code.
CSS CSS Flexible Boxes CSS Property Reference

orphans

The orphans CSS property refers to the minimum number of lines in a block container that must be left at the bottom of the page. This property is normally used to control how page breaks occur.
CSS CSS Fragmentation CSS Property Reference

outline

The CSS outline property is a shorthand property for setting one or more of the individual outline properties outline-style, outline-width and outline-color in a single declaration. In most cases the use of this shortcut is preferable and more convenient.
CSS CSS Outline CSS Property Layout Reference