MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
JoshuaJSlone (talk | contribs) (Test) Tags: Mobile edit Mobile web edit |
JoshuaJSlone (talk | contribs) 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; | ||
} | } |
Revision as of 17:23, 20 April 2023
/* All CSS here will be loaded for users of the mobile site */
body {
background-color: red;
}
header {
background-color: blue;
}
footer {
background-color: green;
}