Media Query in the step 20 for css flex box

#gallery img {
width: 50%;
@media (max-width: 800px;)
}

i need help with this line of code for @media query

The media query should surround the selector(s).

Example:

@media (max-width: 300px) {
  p {
    margin: 5px 0;
  }
}

Please post the link to the challenge when asking for help.

1 Like

You such a blessing and Great. Thank you so much my unknown friend. :heart:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.