Results 21 - 32 of 32

border-right-style

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

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-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

border

The border CSS property is a shorthand property for setting the individual border property values in a single place in the style sheet. border can be used to set the values for one or more of: border-width, border-style, border-color.
CSS CSS Borders CSS Property Layout NeedsMobileBrowserCompatibility Reference Web

border-collapse

The border-collapse CSS property determines whether a table's borders are separated or collapsed. In the separated model, adjacent cells each have their own distinct borders. In the collapsed model, adjacent table cells share borders.
CSS CSS Borders CSS Property CSS Tables Reference