Skip to content

Instantly share code, notes, and snippets.

@emwiles
Created February 9, 2014 15:03
Show Gist options
  • Save emwiles/8900310 to your computer and use it in GitHub Desktop.
Save emwiles/8900310 to your computer and use it in GitHub Desktop.
Super small superscript for emails - makes sure line height is not exceeded.
<td align="left" style="padding:20px; color:#666; font-size:15px;">
<div style="color:#474747; font-size:17px; mso-line-height-rule:exactly; line-height: 125%;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<sup style="font-size: 15px; line-height: 0; vertical-align: 3px">2</sup
</div>
</td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment