Custom Search

Friday, January 18, 2008

CSS CHEAT SHEET

Syntax
selector {property: value;}
External Style Sheet
Internal Style selector {property: value;}
Inline Style



BOX MODEL

height; width; margin-top; margin-right; margin-bottom; margin-left; padding-top; padding-right; padding-bottom; padding-left;

Shorthand*
background
borderborder-bottom
border-left
border-right
border-top
fontlist-style
margin
padding

Comments
/* Comment */

Pseudo Selectors
:hover
:active
:focus
:link
:visited
:first-line
:first-letter

No comments: