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/04 20:48] 47.79.51.216 old revision restored (2026/05/30 07:06) |
notes:css_cheat_sheet [2026/06/07 19:31] (current) 43.156.201.18 old revision restored (2026/05/29 11:56) |
||
|---|---|---|---|
| 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: | ||