CSS CAPTION-SIDE
Filed Under CSS Playground with No Comments
This property specifies the position of elements with an intrinsic (HTML CAPTION elements) or assigned ‘display’ property value of “table-caption” in relation to the table rendering box they are assigned to.
Alignment within the table caption is accomplished using the ‘text-align’ and ‘vertical-align’ properties.
CSS BOTTOM
Filed Under CSS Playground with No Comments
This describes the vertical offset for the bottom edge of the absolutely positioned element box from the bottom edge of the element’s containing block. For relatively positioned boxes, the offsets are relative to where the box would appear normally in the document flow.
Positive values are above the parent block’s bottom edge and negative values are below.
CSS BORDER-WIDTH
Filed Under CSS Playground with No Comments
This is a shorthand property which allows an author to specify ‘border-top-width’, ‘border-right-width’, ‘border-bottom-width’, and ‘border-left-width’ properties using a single property and value notation (the values are given in this order separated by spaces).
If one or more of the values are not present, the value for a missing side is taken from the opposite side that is present. If only one value is listed, it applies to all sides.
CSS BORDER-TOP-WIDTH
Filed Under CSS Playground with No Comments
This property controls the thickness (width) of the top border of an element’s rendering box. Negative values are not allowed.
CSS BORDER-TOP-STYLE
Filed Under CSS Playground with No Comments
This property controls the line style of the top border of an element’s rendering box.
Browsers that support this property are allowed to treat values of dotted, dashed, groove, ridge, inset, outset and double as the value solid.
CSS BORDER-TOP-COLOR
Filed Under CSS Playground with No Comments
This property controls the color of the top border of an element’s rendering box.
If no border-color is specified for an element’s border, the value of the ‘color’ property is used instead.
CSS BORDER-TOP
Filed Under CSS Playground with No Comments
This is a shorthand property which allows an author to specify the border-width, border-style, and border-color for the top border of an element. If no color is specified, the value will be taken from the ‘color’ property.




