Skip to content

Instantly share code, notes, and snippets.

@LottieVixen
Created January 13, 2021 12:44
Show Gist options
  • Select an option

  • Save LottieVixen/9057dc8ffa04d51a43dc96ec19973a3c to your computer and use it in GitHub Desktop.

Select an option

Save LottieVixen/9057dc8ffa04d51a43dc96ec19973a3c to your computer and use it in GitHub Desktop.
<style>
.strikethrough {
text-decoration: line-through
}
</style>
<body>
<span class="strikethrough">Just some random text.</span> <br>
<span title="A bit more random text." class="strikethrough">A bit more random text.</span>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment