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/06/06 15:57] 105.71.4.100 old revision restored (2026/05/28 18:47) |
notes:css_cheat_sheet [2026/06/07 18:08] (current) 216.73.217.92 old revision restored (2026/06/07 03:35) |
||
|---|---|---|---|
| Line 70: | Line 70: | ||
| ==== CSS Border/List Properties ==== | ==== CSS Border/List Properties ==== | ||
| * Border properties examples (btlr=bottom/ | * Border properties examples (btlr=bottom/ | ||
| - | border-style: | + | border-style: |
| - | | + | |
| border-btlr: | border-btlr: | ||
| border-width: | border-width: | ||
| Line 124: | Line 123: | ||
| p > em: | p > em: | ||
| </ | </ | ||
| - | * Pseudo elements are dynamic elements <code html> | ||
| - | p: | ||
| - | h1:before {} ; h1:after {} ;</ | ||
| - | * @media allows different styles for different media. Media examples include screen, print, handheld, projection, tty, tv, aural, braille. <code html> @media screen, | ||
| - | * Misc Properties <code html> | ||
| - | opacity: | ||
| - | filter: | ||
| - | |||
| - | onmouseover=" | ||
| - | this.filters.alpha.opacity=100" | ||
| - | onmouseout=" | ||
| - | this.filters.alpha.opacity=40" | ||
| - | |||
| - | cursor: | ||