Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<style>
  #target {
    font-size: 100px;
    color: rgba(0 255 0 / 0.5);
    text-decoration: line-through;
  }
</style>
<div id="target">X</div>
<!doctype html>
<style>
  #target {
    font-size: 100px;
    color: rgba(0 255 0 / 0.5);
    text-decoration: line-through;
  }
</style>
<div id="target">X</div>