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/14 03:19] 200.26.249.78 old revision restored (2026/08/01 22:15) |
notes:css_cheat_sheet [2026/09/15 05:56] (current) 216.73.216.243 old revision restored (2026/09/11 13:51) |
||
|---|---|---|---|
| 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 123: | Line 124: | ||
| p > em: | p > em: | ||
| </ | </ | ||
| + | * Pseudo elements are dynamic elements <code html> | ||
| + | p: | ||
| + | h1:before {} ; h1:after {} ;</ | ||
| + | * Misc Properties <code html> | ||
| + | opacity: | ||
| + | filter: | ||
| + | onmouseover=" | ||
| + | this.filters.alpha.opacity=100" | ||
| + | onmouseout=" | ||
| + | this.filters.alpha.opacity=40" | ||
| + | |||
| + | cursor: | ||