User:Idiot/vector.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "body { background-color: green; color: white; } p { text-shadow: 0px 0px 4px white; }") |
No edit summary |
||
Line 3: | Line 3: | ||
color: white; | color: white; | ||
} | } | ||
p { | span, p, h1, h2, h3 { | ||
text-shadow: 0px 0px 4px white; | text-shadow: 0px 0px 4px white; | ||
} | } |