4 CSS layouts without using media queriesDo you always need media queries to make a website responsive? With flexbox and grid you can make responsive layouts without having to define fixed breakpoints with media queries.
For reference with workarounds for backwards compliance. :
Backwards Compatibility of Flexbox
CSS Grid Layout and Progressive Enhancement
The above referenced article is for a responsive sign up form. Have you tried this method for anything else on a web page?