1. CSS Container Style Queries

    Style queries in Container Queries provide a way to query the current styling of a container, and conditionally apply additional CSS to the contents of that container.

  2. CSS3 Media Queries

    Method of applying styles based on media information. Includes things like page and device dimensions

  3. css at-rule: `@container`: style queries for custom properties