Skip to content

Instantly share code, notes, and snippets.

@SaraSoueidan
Created June 8, 2013 02:33
Show Gist options
  • Save SaraSoueidan/5733725 to your computer and use it in GitHub Desktop.
Save SaraSoueidan/5733725 to your computer and use it in GitHub Desktop.
Subscript and Superscripts with CSS
.superscript{font-size:xx-small; vertical-align:top;}
.subscript{font-size:xx-small; vertical-align:bottom;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment