User Tools

Site Tools


css

This is an old revision of the document!


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 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!

See Also

css.1702112575.txt.gz · Last modified: 2023/12/09 20:02 by rjt