[@media](/u/media) only screen and (max-width: 480px) {
body{
background-color: #0f0;
}
body.dark{
background-color: #f00;
}
}
Click source to see the correct indentation.
`@media only screen and (max-width: 480px) {
body{
background-color: #0f0;
}
body.dark{
background-color: #f00;
}
}`
Click source to see the correct indentation.
(post is archived)