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. - Unlike
borderyou can't do different settings fortop,bottom,left,right.
See Also
css.1738517169.txt.gz · Last modified: 2025/02/03 04:26 by rjt
