comicss

A webcomic about CSS. Coded in CSS.

Spiral Solution

This page contains the solution to the Spiral game for May 2, 2026.

To avoid spoilers, all answers are hidden by default. You can use the toggle to reveal them whenever you're ready. Or mouse over each answer to see it temporarily.

  1. Keyframes end rule keyword
    TO
  2. Logical operator in media queries
    OR
  3. A named primary color
    RED
  4. Unit for angles
    DEG
  5. A really valuable color
    GOLD
  6. Compact and rounded list style
    DISC
  7. A shade of the primary color from #3
    CORAL
  8. Relative unit representing 1% of the larger value between lvw and lvh
    LVMAX
  9. Font size really big keyword
    XLARGE (X-LARGE)
  10. Timing function that starts slow and accelerates at the end
    EASEIN (EASE-IN)
  11. Cursor value to show the element can be moved upward
    NRESIZE (N-RESIZE)
  12. Timing function that starts fast and decelerates at the end
    EASEOUT (EASE-OUT)
  13. CSS property that can be pretty
    TEXTWRAP (TEXT-WRAP)
  14. Property that sets how an element is positioned in a document
    POSITION
  15. Pseudo-class that matches elements based on their position
    NTHOFTYPE (NTH-OF-TYPE)
  16. Timing function that starts slow, accelerates in the middle, and ends slow
    EASEINOUT (EASE-IN-OUT)
  17. Property that adds a shadow to a text
    TEXTSHADOW (TEXT-SHADOW)
  18. It sets how to handle spaces, tabs, and line breaks in the text
    WHITESPACE (WHITE-SPACE)
  19. Sets whether borders appear around <table> cells that have no content
    EMPTYCELLS (EMPTY-CELLS)