Your Ad Here

Posted By

Jaymoon on 08/11/06


Tagged

css text small caps


Versions (?)

Small caps text


 / Published in: CSS
 

  1. <!-- CSS code -->
  2.  
  3. #small-caps {
  4. font-variant: small-caps;
  5. }
  6.  
  7.  
  8.  
  9. <!-- HTML to use code -->
  10.  
  11. <p id="small-caps">This text will be in Small Caps.</p>

Report this snippet  

You need to login to post a comment.