Results 81 - 100 of 326

border-top-width

The border-top-width CSS property sets the width of the top border of a box.
CSS CSS Borders CSS Property Reference

border-width

The border-width property is a shorthand property for setting border-top-widthborder-right-widthborder-bottom-width and border-left-width of a box at the same place.
CSS CSS Borders CSS Property Reference

bottom

The bottom CSS property participates in specifying the position of positioned elements.
CSS CSS Positioning CSS Property Reference

break-after

The break-after CSS property describes the page, column, or region break behavior (in other words, how and whether to break) after the generated box. If there is no generated box, the property is ignored.
CSS CSS Fragmentation CSS Property NeedsExample Reference

break-before

The break-before CSS property describes the page, column or region break behavior before the generated box. If there is no generated box, the property is ignored.
CSS CSS Fragmentation CSS Property NeedsExample Reference

break-inside

The break-inside CSS property describes how the page, column or region break inside the generated box. If there is no generated box, the property is ignored.
CSS CSS Fragmentation CSS Property NeedsExample Reference

caption-side

The caption-side CSS property positions the content of a table's <caption> on the specified side.
CSS CSS Property CSS Tables Reference

clear

The clear CSS property specifies whether an element can be next to floating elements that precede it or must be moved down (cleared) below them. The clear property applies to both floating and non-floating elements.
CSS CSS Positioning CSS Property Reference

clip

The clip CSS property defines what portion of an element is visible. The clip property applies only to absolutely positioned elements, that is elements with position:absolute or position:fixed.
CSS CSS Property Deprecated NeedsMobileBrowserCompatibility Reference

clip-path

The clip-path CSS property prevents a portion of an element from getting displayed by defining a clipping region to be displayed i.e, only a specific region of the element is displayed. The clipping region is a path specified as a URL referencing an inline or external SVG, or shape method such as circle(). The clip-path property replaces the now deprecated clip property.
CSS CSS Property Experimental Reference Web

color

The color property sets the foreground color of an element's text content, and its decorations. It doesn't affect any other characteristic of the element; it should really be called text-color and would have been named so, save for historical reasons and its appearance in CSS Level 1.
CSS CSS Property Layout Reference Web

columns

The columns CSS property is a shorthand property allowing to set both the column-width and the column-count properties at the same time.
CSS CSS Multi-columns CSS Property Reference

column-span

The column-span CSS property makes it possible for an element to span across all columns when its value is set to all. An element that spans more than one column is called a spanning element.
CSS CSS Multi-columns CSS Property Reference

column-width

The column-width CSS property suggests an optimal column width. The column-width is the maximum width a column will become before adding another column. For instance, a 300px column width a gap of 0px would be a single column at 599px, but at 600px it would be split into 2 columns. This allows us to achieve scalable designs that fit different screen sizes. Especially in presence of the column-count CSS property which has precedence, to set an exact column width, all length values must be specified. In horizontal text these are width, column-width, column-gap, and column-rule-width.
CSS CSS Multi-columns CSS Property Reference

counter-increment

The counter-increment CSS property is used to increase the value of CSS Counters by a given value. The counter's value can be reset using the counter-reset CSS property.
CSS CSS List CSS Property NeedsMobileBrowserCompatibility Reference

counter-reset

The counter-reset CSS property is used to reset CSS Counters to a given value.
CSS CSS List CSS Property NeedsMobileBrowserCompatibility Reference

cursor

The cursor CSS property specifies the mouse cursor displayed when the mouse pointer is over an element.
CSS CSS Property Cursor NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

display

The display CSS property specifies the type of rendering box used for an element. In HTML, default display property values are taken from behaviors described in the HTML specifications or from the browser/user default stylesheet. The default value in XML is inline.
CSS CSS Positioning CSS Property NeedsMobileBrowserCompatibility Reference