====== CSS ====== ===== Cool Things ===== * You can ad multiple text shadows, just separate with a comma: ''text-shadow: 2px 3px 0 red, -2px 3px 0 orange'' ===== Things I Forget ===== ; ''[[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. : You can use this in combination with ''border'' to have double borders! : ''outline'' is used for '':focus''. ===== See Also ===== * [[html]] {{tag>css web-design}}