CSS Media Queries provide a way for web developers to optimize the display of their web pages for different devices and screen sizes, checking screen properties using CSS without relying on JavaScript.
This is a demo of Media Queries implemented entirely in CSS. It does so by brute-force testing ranges and substituting all possible values from a very large CSS file. Below, you can see real-time values that correspond to the current state of your web browser.