Inspired by Mindy Seu's website. This is a pure CSS effect that hides all non-link content when you click a checkbox.
All text you want to hide must be contained in a span
tag. This way, links are sibling elements and can remain visible when span
is hidden with CSS. If you include two links in a
single paragraph, they will be displayed as block elements.