CSS Reference

Background | Border | Margin | Padding | Dimension | Positions | Text | Font | Lists and Markers | Classification | Table | Outline | Pseudo Classes | Pseudo Element

Table

PropertyDescriptionValue
border-collapseSets the border model of a table.collapse
separate
border-spacingSets the distance between the border with adjacent cells.length
caption-sideSets the position of caption.top
right
bottom
left
empty-cellsSets whether empty cells should have border or not.show
hide

Outline

PropertyDescriptionValue
outlineA shorthand to sets all outline properties.outline-color
outline-style
outline-width
outline-colorSets the color of the outline.color
invert
outline-styleSets the style of the outline.none
dotted
dashed
solid
double
groove
ridge
inset
outset
outline-widthSets the width of the outline.thin
medium
thick
length

Pseudo Classes

PropertyDescription
:activeAdd style to active links.
:focusAdd style to focus element.
:hoverAdd style to an element when you mouse over it.
:linkAdd style to an unvisit links.
:visitedAdd style to visited links.
:first-childAdd style to first child element of specific element.
:langDefine language of specific element.

Pseudo Element

PropertyDescription
:first-letterAdd style to first letter of the text.
:first-lineAdd style to first line of text.
:beforeInsert content before an element. Not support in most browser.
:afterInsert content after an element. Not support in most browser.