You can use that and change the size to your liking.
[@media](/u/media) only screen and (max-width: 480px) { PUT_THE_BG_IMG_CODE_HERE }
You can use that and change the size to your liking.
`@media only screen and (max-width: 480px) { PUT_THE_BG_IMG_CODE_HERE }`
Thanks!
Thanks!
/* 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)