Return to Snippet

Revision: 5534
at March 13, 2008 16:29 by picale


Initial Code
<ol>
<li>
<p>This is line one</p>
</li>
<li>
<p>Here is line two</p>
</li>
<li>
<p>And last line</p>
</li>
</ol>

ol {
font: italic 1em Georgia, Times, serif;
color: #999999;
}

ol p {
font: normal .8em Arial, Helvetica, sans-serif;
color: #000000;
}

Initial URL


Initial Description


Initial Title
Style your order list

Initial Tags


Initial Language
CSS