Return to Snippet

Revision: 826
at August 11, 2006 19:29 by Jaymoon


Initial Code
<!-- CSS code -->

#small-caps {
     font-variant: small-caps;
}



<!-- HTML to use code -->

<p id="small-caps">This text will be in Small Caps.</p>

Initial URL


Initial Description


Initial Title
Small caps text

Initial Tags
css, text

Initial Language
CSS