Wiki RPG: Style World: fantasy CSS
From Thread 1
(Difference between revisions)
Line 3: | Line 3: | ||
body {background-color: yellow}; | body {background-color: yellow}; | ||
p {font-family: fantasy}; | p {font-family: fantasy}; | ||
- | p {color: blue} | + | p {color: blue}; |
</pre> | </pre> |
Revision as of 05:02, 27 April 2006
specific CSS
body {background-color: yellow}; p {font-family: fantasy}; p {color: blue};