MediaWiki:MyStyles.css: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
(Created page with "{{#css: body { background: yellow; font-size: 20pt; color: red; } }}")
 
No edit summary
Tag: Reverted
Line 2: Line 2:
   body {
   body {
     background: yellow;
     background: yellow;
    font-size: 20pt;
     color: red;
     color: red;
   }
   }
}}
}}

Revision as of 02:20, 21 August 2024

{{#css:
  body {
    background: yellow;
    color: red;
  }
}}