Skip to content

Instantly share code, notes, and snippets.

@marketinview
Last active October 23, 2022 15:23
Show Gist options
  • Save marketinview/128eb31f509467b3761c976aec153afc to your computer and use it in GitHub Desktop.
Save marketinview/128eb31f509467b3761c976aec153afc to your computer and use it in GitHub Desktop.
Qualtrics: Superscript Subscript CSS. Add this CSS for superscript and subscript (e.g. registered trademark, etc.) to Add Custom CSS. Add text inside <sup> or <sub> tag. #qualtrics #css #sup #superscript #sub #subscript
sub, sup {vertical-align: baseline; position: relative; font-size: 60%;}
sub {bottom: -0.6em;}
sup {top: -0.6em;}
@marketinview
Copy link
Author

marketinview commented Nov 14, 2017

See additional Qualtrics solutions at: https://qualtricswiki.tgibbons.com/doku.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment