MediaWiki:Mobile.css: Difference between revisions

no edit summary
(Test)
Tags: Mobile edit Mobile web edit
 
No edit summary
Tags: Mobile edit Mobile web edit
Line 2: Line 2:


body {
body {
     color: red;
     background-color: red;
}
}


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


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