#gallery img {
width: 50%;
@media (max-width: 800px;)
}
i need help with this line of code for @media query
#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.
You such a blessing and Great. Thank you so much my unknown friend.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.