MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 3: Line 3:
body {
body {
     background-color: red;
     background-color: red;
    background: pink;
}
}


header {
header {
     background-color: blue;
     background-color: blue;
    background: purple;
}
}


footer {
footer {
     background-color: green;
     background-color: green;
    background: orange;
}
}