supports.css 190 B

12345
  1. @supports (not (display: flexbox)) and ((a: b) or (b: c)) {
  2. body { width: 100%; height: 100%; background: white; color: black; }
  3. #navigation { width: 25%; }
  4. #article { width: 75%; }
  5. }