Are you sure you're getting this? Fill in the missing part by typing it in.
Media queries are written using CSS and use the @media rule. They consist of a media type and one or more expressions that evaluate to true or false, determining whether the specified styles should be applied.
For example, let's say that you want to make the text larger on mobile devices. You can use a media query to target screens with a maximum width of ___ pixels and increase the font size accordingly.
Write the missing line below.