Skip to content

Instantly share code, notes, and snippets.

@CodeMyUI
Created August 2, 2021 05:41
Embed
What would you like to do?
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