Learning Challenge
HTML/CSS
Question
Does the requirement, lays out the labels and forms elements as full width when the screen is less than 600px wide mean I can use max-width: 599px in media screen? Because I am thinking about how we deal with the half-pixel? or it doesn’t matter for this case? let me know whether I can use max-width: 599px to limit the size. Thank you!
What I’ve tried
I tried to use max-width: 599px in the media screen and it seems can work when I change the size of the screen, but not sure whether it can also work when I change the screen’s size between 599px and 600px.