Results 401 - 420 of 2,240

border-right-width

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

border-spacing

The border-spacing CSS property specifies the distance between the borders of adjacent table cells (only for the separated borders model). This is equivalent to the cellspacing attribute in presentational HTML, but an optional second value can be used to set different horizontal and vertical spacing.
CSS CSS Property CSS Tables Reference

border-style

The border-style property is a shorthand property for setting the line style for all four sides of the element´s border.
CSS CSS Borders CSS Property Reference

border-top

The border-top CSS property is a shorthand that sets the values of border-top-color, border-top-style, and border-top-width. These properties describe the top border of elements.
CSS CSS Borders CSS Property Reference

border-top-color

The border-top-color CSS property sets the color of the top border of an element. Note that in many cases the shorthand CSS properties border-color or border-top are more convenient and preferable.
CSS CSS Borders CSS Property Reference

border-top-left-radius

The border-top-left-radius CSS property sets the rounding of the top-left corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0,no rounding is done and the corner is square.
CSS CSS Borders CSS Property NeedsMobileBrowserCompatibility Reference

border-top-right-radius

The border-top-right-radius CSS property sets the rounding of the top-right corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.
CSS CSS Borders CSS Property NeedsMobileBrowserCompatibility Reference

border-top-style

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

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