
- Yoink the code: https://codepen.io/Fortyseven/pen/ZEyJMdy
- Or just screw around: https://jeopardy-answer.glitch.me/
An exceedingly simple recreation of the answer cards seen on Jeopardy!. But it’s worth noting that the modern answer cards aren’t actually a simple blue background, but a surprisingly nuanced barely perceptible gradient. Without it, something looks ‘off’, so hopefully I’ve added just enough here to satisfy. 😉
This isn’t the original font, either, but a recreation… supposedly…
Look, it goes down a weird hole and this is just a fun CSS exercise. 😉
Anyway, the ‘editable’ part of this is a cheat, using contenteditable attribute on the containing div
tag.