CASE 008 · CSS Source

Stylesheet 404

The answer is not in the visible artifact and not in its HTML text.

Advanced 300 pts Hint penalty: 35 pts

Artifact

Inspect this carefully
404: Signal not found

The HTML is clean. The renderer still loaded instructions for how this page should look.

Machine View Inspect alternate representations

Compare the rendered artifact above with representations derived from the same browser-delivered artifact. Machine View does not decode, score, or identify the hidden message.

Opening a representation may expose clues that are already present in the page source or DOM.

Source Browser serialization

            
Text DOM textContent

            
Characters Unicode code points

            

Submit recovered message

Server-side validation
0 hints used

    About the technique

    CSS Source

    A browser consumes HTML, CSS, scripts, images, and metadata as separate resources. Information can therefore exist in a machine-consumed resource without appearing in the rendered text content.

    Read the related field guide →

    Questions

    Frequently asked

    Can CSS store arbitrary strings?

    CSS custom properties can store token sequences, including strings, for later use by other declarations or scripts.

    Does a CSS custom property become visible automatically?

    No. A declared value has no visible effect unless another rule consumes it in a way that affects rendering.