Learning Challenge
form element that is 600px when the window is wider than 600px
Question
The response I got was:
The questions you missed were: ‘form’ element that is 600px when the window is wider than 600px
What I’ve tried
I realized that I set the form width to auto when the screen is at least 600px, so I’m assuming that if I change width: auto; to max:width: 600px; that this will satisfy that requirement? Thanks for your help!!