This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
notes:css_cheat_sheet [2026/09/15 00:45] 88.165.141.134 old revision restored (2026/09/01 12:10) |
notes:css_cheat_sheet [2026/09/16 08:25] (current) 169.224.62.139 old revision restored (2026/08/30 15:49) |
||
|---|---|---|---|
| Line 53: | Line 53: | ||
| </ | </ | ||
| * Text properties examples <code html> | * Text properties examples <code html> | ||
| - | color: # | ||
| - | text-align: center/ | ||
| - | letter-spacing: | ||
| - | white-space: | ||
| - | text-decoration: | ||
| - | text-transform: | ||
| - | </ | ||
| - | * Font properties examples <code html> | ||
| - | font-family; | ||
| - | font-size-adjust: | ||
| - | font-style: italic/ | ||
| - | font-weight: | ||
| - | font: italic small-caps 900 12px arial </ | ||
| - | font: caption/ | ||