Skip to content

Instantly share code, notes, and snippets.

@CodeMyUI
Created August 2, 2021 05:41
Show Gist options
  • Save CodeMyUI/9d15ba9e149007cb2b5c96f3dbfc9960 to your computer and use it in GitHub Desktop.
Save CodeMyUI/9d15ba9e149007cb2b5c96f3dbfc9960 to your computer and use it in GitHub Desktop.
Spoiler tag.
<del>Spoiler text :D</del>
del {
background: #000;
color: #000;
text-decoration:none;
}
del:hover {
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment