| Things 1 | ||
|---|---|---|
| Cell 1 | Cell 2 | |
| Cell 3 | Cell 4 | This is a really long cell that has a lot of things in it. |
Normal text
Styled text
Colored text
Spaced text
Centered text
Deleted text
American ExpressThis is a long paragraph that should be indented a little bit from the left since its using a style that says so
| height | Element height | auto, length, % |
| background | Shorthand for all backgroun stuff | background-color, background-image, background-repeat, background-attachment, background-position |
| background-attachment | Background image attachment | scroll, fixed |
| background-color | Background element color | color-rgb, color-hex, color-name, transparent |
| background-image | Background image | url, none |
| background-position | Background image start position | top left, top center, top right, center left, center center, center right, bottom left, bottom center, bottom right, x-%, y-%, x-pos, y-pos |
| background-repeat | Background image repeat | repeat, repeat-x, repeat-y, no-repeat |
| color | Text color | color |
| direction | Text direction | ltr, rtl |
| letter-spacing | Increase/decrease space between characters | normal, length |
| text-align | Align text in element | left, right, center, justify |
| text-decoration | Text decoration | none, underline, overline, line-through, blink |
| text-indent | Indent first line of text element | length, % |
| text-shadow | Shadow for text | none, color, length |
| text-transform | Control letters in element | none, capitalize, uppercase, lowercase |
| unicode-bidi | Unicode stuff | normal, ebmed, bidi-override |
| white-space | How to handle white space | normal, pre, nowrap |
| word-spacing | Increase/decrease word spacing | normal, length |
| font-family | Prioritized list of names | family-name, generic-family |
| font-size | Set font size | xx-small, x-small, small, medium, large, x-large, xx-large, smaller, larger, length, % |
| font-size-adjust | Aspect value | none, number |
| font-stretch | Condense/expand font-family | normal, wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded |
| font-style | Style of font | normal, italic, oblique |
| font-variant | Font variant | normal, small-caps |
| font-weight | Font weight | normal, bold, bolder, lighter, 100, 200, 300, 400, 500, 600, 700, 800, 900 |
| border-[bottom|left|right|top]-color | Border color | border-color |
| border-[bottom|left|right|top]-style | Border style | border-style |
| border-[bottom|left|right|top]-width | Border width | thin, medium, thick, length |
| border-style | Border style | none, hidden, dotted, dashed, solid, double, groove, ridge, inset, outset |
| margin-[bottom|left|right|top] | Margin properties | auto, length, % |
| padding-[bottom|left|right|top] | Padding properties | length, % |
| list-style | list-style-type list-style-position list-style-image | Shorthand |
| list-style-image | Image for item marker | none, url |
| list-style-position | Position for item marker | inside, outside |
| list-style-type | Type of item marker | none, disc, circle, square, decimal, decimal-leading-zero, lower-roman, upper-roman, lower-alpha, upper-alpha, lower-greek, lower-latin, upper-latin, hebrew, armenian, gerogian, cjk-ideographic, hiragana, katakana, hiragana-iroha, katakana-iroha |
| marker-offset | Offset to item marker | auto, length |
| line-height | Distance between lines | normal, number, length, % |
| max-height | Max element height | none, length, % |
| max-width | Max element width | none, length, % |
| min-height | Min element height | length, % |
| min-width | Min element width | length, % |
| width | Element width | auto, length, % |
| clear | Element sides clear of floating stuff | left, right, both, none |
| curor | Cursor type | url, auto, crosshair, default, pointer, move, resize, text, wait, help |
| display | How element is displayed | none, inline, block, list-item, run-in, compact, marker, table, inline-table, table-row-group, table-header-group, table-footer-group, table-row, table-column-groupp, table-column, table-cell, table-caption |
| float | Set text/image placement | left, right, none |
| position | Element position | static, relative, absolute, fixed |
| visibility | Element visibility | visible, hidden, collapse |
| top | Element top edge | auto, length, % |
| bottom | Element bottom edge | auto, length, % |
| left | Element left edge | auto, length, % |
| right | Element right edge | auto, length, % |
| clip | Element clip region | shape, auto |
| overflow | Element overflow behavious | visible, hidden, scroll, auto |
| vertical-align | Element overflow behavious | visible, hidden, scroll, auto |
| z-index | Element stack order | auto, number |