Difference between revisions of "Test page"
From Bacterial Takeover
(B4ct3r14l Man14c changed the content model of the page Test page from "wikitext" to "CSS": test) (Tag: content model change) |
|||
| Line 1: | Line 1: | ||
| − | + | @media only screen and (max-width: 500px) { | |
| + | body { | ||
| + | background-color: lightblue; | ||
| + | } | ||
| + | } | ||
Revision as of 14:47, 7 December 2017
@media only screen and (max-width: 500px) {
body {
background-color: lightblue;
}
}