CSS Cheat Sheet
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
Bookmark History
Saved by 341 people (-95 private), first by anonymouse user on 2006-08-06
- Lisdesigns on 2009-10-24 - Tags resources
- Titifrim on 2009-10-12 - Tags cheatSheets , cheatsheet
- Mannibali on 2009-09-19 - Tags webdesign
- Lnemzer on 2009-09-09 - Tags reference , design
- Keithdemele on 2009-09-08 - Tags SU , web , development , Tags
Public Sticky notes
CSS CHEAT SHEET
Highlighted by bernhard
CSS CHEAT SHEET
Highlighted by fenimore
CSS CHEAT SHEET
Highlighted by tdavids
background
Highlighted by cchesher
| BOX MODEL | |
|---|---|
![]() |
height; width; margin-top; margin-right; margin-bottom; margin-left; padding-top; padding-right; padding-bottom; padding-left; |
| BORDER | |
|---|---|
| border-width | Width of the border |
| border-style | dashed; dotted; double; groove; inset; outset;
ridge; solid; none |
| border-color | Color of the border |
| POSITION | |
|---|---|
| clear | Any floating elements around the element?
both, left, right, none |
| float | Floats to a specified side
left, right, none |
| left | The left position of an element
auto, length values (pt, in, cm, px) |
| top | The top position of an element
auto, length values (pt, in, cm, px) |
| position | static, relative, absolute |
| z-index | Element above or below overlapping elements?
auto, integer (higher numbers on top) |
| BACKGROUND | |
|---|---|
| background-color | Background color |
| background-image | Background image |
| background-repeat | repeat, no-repeat, repeat-x, repeat-y |
| background-attachment | Background image scroll with the element?
scroll, fixed |
| background-position | (x y), top, center, bottom, left, right |
| LIST | |
|---|---|
| list-style-type | Type of bullet or numbering in the list
disc; circle; square; decimal; lower-roman;
upper-roman; lower-alpha; upper-alpha; none |
| list-style-position | Position of the bullet or number in a list
inside; outside |
| list-style-image | Image to be used as the bullet in a list |
* The properties for each selector
are in the order they should appear when using shorthand notation.
Highlighted by danlefeb



Public Comment
on 2006-12-30 by e_s_jp
on 2007-01-07 by ickramone