←  Back to the canvas

Add
your line

One selector. One declaration. Once a day. It joins the end of the stylesheet, so it beats anything before it that styled the same thing.

One per day

The rules of the house

  1. One selector, and no commas.
  2. One declaration, and no semicolon-separated lists.
  3. No !important. Win on specificity instead.
  4. No url() or content. Nothing loads a remote file or injects text.
  5. Elements are numbered by the day they appeared: #el-1, #el-2, and so on.
  6. The house adds a line of its own every day, right after the new element.
Most recent 10 lines
  • House a{text-decoration-thickness:2px}
  • House aside{border-inline-start:2px solid currentColor}
  • House h4{letter-spacing:.08em}
  • House kbd{border:1px solid currentColor}
  • House dt{font-weight:700}
  • House ul{list-style-type:square}
  • House abbr{cursor:help}
  • House h3{text-decoration:underline}
  • House strong{font-weight:900}
  • House hr{border-top-style:dashed}