Developer Sandbox

Write front-end code, see it run, check it against real tests.

Everything on this page runs in your browser. Nothing is uploaded, no account is needed, and your progress is stored locally on this device.

Glassmorphism Card

Build a frosted-glass card: a translucent background with a blur behind it, generously rounded corners, and a button that reacts to hover.

  • Blur what is behind the card with backdrop-filter
  • Give the card a semi-transparent background (alpha below 1)
  • Round the corners by at least 16px
  • Include a <button> whose appearance transitions
index.html
Live preview

Tests

4 checks — run them when you're ready

Each check inspects the document your code produces — the elements, the stylesheet and the script — rather than searching the text for keywords.