Image Gallery

This gallery uses repeat(auto-fit, minmax(250px, 1fr)). Resize your browser to see the columns reflow automatically — no media queries are needed for the grid itself.

Ordered List

Odd and even items styled with :nth-child(odd) and :nth-child(even).

  1. First item
  2. Second item
  3. Third item

Unordered List

First item uses :first-child, last item uses :last-child.

  • First item – styled with :first-child
  • Second item
  • Last item – styled with :last-child