Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision |
| css [2023/12/09 20:02] – created rjt | css [2025/02/03 04:28] (current) – [Things I Forget] moved the unlike line up rjt |
|---|
| ===== Things I Forget ===== | ===== Things I Forget ===== |
| |
| * **''[[https://developer.mozilla.org/en-US/docs/Web/CSS/outline|outline]]''** is like ''border'' (takes ''color'', ''style'', ''width'', even), but takes up no space, and is outside border.\\ ''outline'' is used for '':focus''.\\ You can use this in combination with ''border'' to have double borders! | ; ''[[https://developer.mozilla.org/en-US/docs/Web/CSS/outline|outline]]'' |
| | : Like ''border'' (takes ''color'', ''style'', ''width'', even), but takes up no space, and is outside border. |
| | : //Unlike// ''border'' you can't do different settings for ''top'', ''bottom'', ''left'', ''right''. |
| | : You can use this in combination with ''border'' to have double borders! |
| | : ''outline'' is used for '':focus''. |
| |
| ===== See Also ===== | ===== See Also ===== |