Jump to content

User:Idiot/vector.css: Difference between revisions

Idiot (talk | contribs)
Created page with "body { background-color: green; color: white; } p { text-shadow: 0px 0px 4px white; }"
 
Idiot (talk | contribs)
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;
}
}