CSS Reference

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

Dimension

PropertyDescriptionValue
heightDefine height of specific elemenet.auto
length
%
widthDefine width of specific elemenet.auto
length
%
line-heightDefine line height of some font.number
normal
length
%
min-heightDefine minimum height of specific element. Not support by many version of browser.auto
length
%
max-heightDefine maximum height of specific element. Not support by many version of browser.auto
length
%
min-widthDefine minimum width of specific element. Not support by many version of browser.auto
length
%
max-widthDefine maximum width of specific element. Not support by many version of browser.auto
length
%

Positioning

PropertyDescriptionValue
positionPlaces an element in a static, relative, absolute or fixed position.static
relative
absolute
fixed
overflowSets how should the browser handle overflow content.visible
hidden
scroll
auto
clipSets the display shape of specific element.shape
auto
vertical-alignSets the vertical alignment of specific element.baseline
sub
super
top
text-top
middle
bottom
text-bottom
length
&
topSets how far the top border apart from another element.auto
length
%
leftSets how far the left border apart from another element.auto
length
%
bottomSets how far the bottom border apart from another element.auto
length
%
rightSets how far the right border apart from another element.auto
length
%