Media Query Demo

This demo uses CSS media queries to change colors based on screen width:

  • Default is White text on Green background
  • 750px to 1000px: Black text on Yellow background
  • 1000px to 1250px: White text on Blue background
  • Above 1250px: White text on Red background