comicss

A webcomic about CSS. Coded in CSS.

CrossWord Solution

This page contains the solution to the CrossWord game for April 12, 2026.

To avoid spoilers, all answers are hidden by default. You can use the toggle to reveal them whenever you're ready.

Across

  1. Media type that matches printers or devices intended to simulate printed display
    PRINT
  2. Property that sets the color for user-interface controls
    ACCENTCOLOR (ACCENT-COLOR)
  3. Pseudo-element that acts as the last child
    AFTER (::AFTER)
  4. Function that picks a value depending on a min, max, and preferred value
    CLAMP
  5. Property that specifies the amount of space on one side of the element's content
    PADDINGLEFT (PADDING-LEFT)
  6. A display value
    BLOCK

Down

  1. A white-space value for preformatted text that also collapses into new lines
    PREWRAP (PRE-WRAP)
  2. Cyan color
    AQUA
  3. Function to perform mathematical operations
    CALC
  4. Psuedo-class that selects the top element of a tree representing the document
    ROOT (:ROOT)
  5. Color that can be light, deep, or hot
    PINK