css
This is an old revision of the document!
Table of Contents
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(takescolor,style,width, even), but takes up no space, and is outside border. - You can use this in combination with
borderto have double borders! -
outlineis used for:focus.
See Also
css.1702112732.txt.gz · Last modified: 2023/12/09 20:05 by rjt
