Small caps text


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  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


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.