/* Cell Background */
[@media](/u/media) only screen and (max-width: 480px) { background: url(%%Jesus2%%); }
Yeah?
`/* Cell Background */`
`@media only screen and (max-width: 480px) { background: url(%%Jesus2%%); }`
Yeah?
[@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)