/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!-- CSS code --> #small-caps { font-variant: small-caps; } <!-- HTML to use code --> <p id="small-caps">This text will be in Small Caps.</p>
<!-- CSS code --> #small-caps { font-variant: small-caps; } <!-- HTML to use code --> <p id="small-caps">This text will be in Small Caps.</p>