mikemcgee92 / ASSIGNMENT-product-cards

0 stars 0 forks source link

Challenge 4: Display responsively on any size screen! #3

Open mikemcgee92 opened 7 hours ago

mikemcgee92 commented 7 hours ago

Challenge 4: Display responsively on any size screen!

  1. Use CSS to conditionally apply styles depending on the width of the screen! (or the size of the browser window) You can do this using a fancy thing called media queries. You can find a good example of how to do that here.