The Design Gym challenges are optimized for desktop screens to provide the best coding experience. Please access this page on a larger screen to start practicing!
Return to challengesCreate a spoiler text that reveals its content when hovered. This is a common pattern used in forums and social media platforms to hide potential spoilers.
<div class="...">
<div class="...">
<span>Hover me to reveal</span>
</div>
<div class="...">
<span>Spoiler revealed!</span>
</div>
</div>
/* No additional CSS needed, we will use Tailwind classes */