Property |
Description |
Values |
| background |
Sets all the background
properties in one declaration |
background-color
background-image
background-repeat
background-attachment
background-position
inherit |
| background-attachment |
Sets whether a background image is fixed or scrolls with
the rest of the page |
scroll
fixed
inherit |
| background-color |
Sets the background color of an element |
color-rgb
color-hex
color-name
transparent
inherit |
| background-image |
Sets the background image for an element |
url(URL)
none
inherit |
| background-position |
Sets the starting position of a background image |
top left
top center
top right
center left
center center
center right
bottom left
bottom center
bottom right
x% y%
xpos ypos
inherit |
| background-repeat |
Sets how a background image will be repeated |
repeat
repeat-x
repeat-y
no-repeat
inherit |
Property |
Description |
Values |
| border |
Sets all the border properties in one declaration |
border-width
border-style
border-color
inherit |
| border-bottom |
Sets all the bottom border properties in one declaration |
border-bottom-width
border-bottom-style
border-bottom-color
inherit |
| border-bottom-color |
Sets the color of the bottom border |
border-color
inherit |
| border-bottom-style |
Sets the style of the bottom border |
border-style
inherit |
| border-bottom-width |
Sets the width of the bottom border |
border-width
inherit |
| border-color |
Sets the color of the four borders |
color_name
hex_number
rgb_number
transparent
inherit |
| border-left |
Sets all the left border properties in one declaration |
border-left-width
border-left-style
border-left-color
inherit |
| border-left-color |
Sets the color of the left border |
border-color
inherit |
| border-left-style |
Sets the style of the left border |
border-style
inherit |
| border-left-width |
Sets the width of the left border |
border-width
inherit |
| border-right |
Sets all the right border properties in one declaration |
border-right-width
border-right-style
border-right-color
inherit |
| border-right-color
| Sets the color of the right border |
border-color
inherit |
| border-right-style |
Sets the style of the right border |
border-style
inherit |
| border-right-width |
Sets the width of the right border |
border-width
inherit |
| border-style |
Sets the style of the four borders |
none
hidden
dotted
dashed
solid
double
groove
ridge
inset
outset
inherit |
| border-top |
Sets all the top border properties in one declaration |
border-top-width
border-top-style
border-top-color
inherit |
| border-top-color |
Sets the color of the top border |
border-color
inherit |
| border-top-style |
Sets the style of the top border |
border-style
inherit |
| border-top-width |
Sets the width of the top border |
border-width
inherit |
| border-width |
Sets the width of the four borders |
thin
medium
thick
length
inherit |
Property |
Description |
Values |
| clear |
Specifies which sides of an element where other floating elements are not allowed |
none
left
right
both
inherit |
| cursor |
Specifies the type of cursor to be displayed |
URL
auto
crosshair
default
e-resize
help
move
n-resize
ne-resize
nw-resize
pointer
progress
s-resize
se-resize
sw-resize
text
w-resize
wait
inherit |
| display |
Specifies the type of box an element should generate |
block
inline
inline-block
inline-table
list-item
run-in
table
table-caption
table-cell
table-column
table-column-group
table-footer-group
table-header-group
table-row
table-row-group
none
inherit |
| float |
Specifies whether or not a box should float |
left
right
none
inherit |
| position |
Specifies the type of position for an element |
absolute
fixed
relative
static
inherit |
| visibility |
Specifies whether or not an element is visible |
visible
hidden
collapse
inherit |
Property |
Description |
Values |
font
|
Sets all the font properties in one declaration |
font-style
font-variant
font-weight
font-size/line-height
font-family
caption
icon
menu
message-box
small-caption
status-bar |
font-family
|
Sets the font family for an element |
family-name
generic-family |
font-size
|
Sets the size of a font |
xx-small
x-small
small
medium
large
x-large
xx-large
smaller
larger
length
% |
| font-size-adjust
|
Specifies an aspect value for an element that will preserve
the x-height of the first-choice font |
none
number |
| font-stretch
|
Condenses or expands the current font |
normal
wider
narrower
ultra-condensed
extra-condensed
condensed
semi-condensed
semi-expanded
expanded
extra-expanded
ultra-expanded |
font-style
|
Sets the style of the font |
normal
italic
oblique |
font-variant
|
Displays text in a small-caps font or in a normal font |
normal
small-caps |
font-weight
|
Sets the weight of a font |
normal
bold
bolder
lighter
100
200
300
400
500
600
700
800
900 |
Property |
Description |
Values |
| bottom |
Sets how far the bottom edge of an element is above/below the
bottom edge of the parent element |
auto
%
length |
| clip |
Sets the shape of an element. The element is clipped into
this shape, and displayed |
shape
auto |
| left |
Sets how far the left edge of an element is to the right/left of
the left edge of the parent element |
auto
%
length |
overflow
|
Sets what happens if the content of an element overflow its
area |
visible
hidden
scroll
auto |
| position |
Places an element in a static, relative, absolute or fixed position |
static
relative
absolute
fixed |
| right |
Sets how far the right edge of an element is to the left/right of
the right edge of the parent element |
auto
%
length |
| top |
Sets how far the top edge of an element is above/below the
top edge of the parent element |
auto
%
length |
| vertical-align |
Sets the vertical alignment of an element |
baseline
sub
super
top
text-top
middle
bottom
text-bottom
length
% |
| z-index |
Sets the stack order of an element |
auto
number |
Property |
Description |
Values |
| color |
Sets the color of a text |
color |
| direction |
Sets the text direction |
ltr
rtl |
| line-height |
Sets the distance between lines |
normal
number
length
% |
| letter-spacing |
Increase or decrease the space between characters |
normal
length |
| text-align |
Aligns the text in an element |
left
right
center
justify |
| text-decoration |
Adds decoration to text |
none
underline
overline
line-through
blink |
| text-indent |
Indents the first line of text in an element |
length
% |
| text-shadow |
|
none
color
length |
| text-transform |
Controls the letters in an element |
none
capitalize
uppercase
lowercase |
| unicode-bidi |
|
normal
embed
bidi-override |
| white-space |
Sets how white space inside an element is handled |
normal
pre
nowrap |
| word-spacing |
Increase or decrease the space between words |
normal
length |