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/07/19 21:33] 114.119.152.46 old revision restored (2026/06/21 12:28) |
notes:css_cheat_sheet [2026/07/24 19:48] (current) 14.176.159.225 old revision restored (2026/07/19 15:42) |
||
|---|---|---|---|
| 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/ | ||