User Tools

Site Tools


css

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

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

css.txt · Last modified: 2023/12/09 20:05 by rjt