Wiki RPG: Style World: fantasy CSS
From Thread 1
(Difference between revisions)
Line 1: | Line 1: | ||
'''specific CSS''' | '''specific CSS''' | ||
<pre> | <pre> | ||
- | 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 19:16, 27 April 2006
specific CSS
body {background-color: yellow} p {font-family: fantasy} p {color: blue}