User Tools

Site Tools


css

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
css [2025/02/03 04:26] – [Things I Forget] outline no top-bottom-left-right rjtcss [2025/02/03 04:28] (current) – [Things I Forget] moved the unlike line up rjt
Line 9: Line 9:
   ; ''[[https://developer.mozilla.org/en-US/docs/Web/CSS/outline|outline]]''   ; ''[[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.   : 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!   : You can use this in combination with ''border'' to have double borders!
   : ''outline'' is used for '':focus''.   : ''outline'' is used for '':focus''.
-  : Unlike ''border'' you can't do different settings for ''top'', ''bottom'', ''left'', ''right''. 
  
 ===== See Also ===== ===== See Also =====
css.1738517169.txt.gz · Last modified: 2025/02/03 04:26 by rjt