Cool Strike-through Typography Effects
by kpowz
HTML
<!-- example 1 -->
<div style='color: dark grey;'>
<p>"Colonel," replied the conductor, "we have telegraphed to
<del><span style='color: red;'>Des Moines</span></del>
Omaha for a train, but it is not likely that it will reach Medicine Bowl
<del><span style='color: red;'>is</span></del> in less than six hours."
</p>
</div>
<!-- example 2 -->
<div style='color: purple;'>
<del>
<a href="www.example.org" style='color: grey; text-decoration: none; cursor: wait;'>Buy new product!</a></del>
<ins style='text-decoration: none;'> - sold out</ins>
</div>