MediaWiki:MyStyles.css: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
   body {
   body {
     background: #f0f0f0;
     background: #f0f0f0;
     color: red;
     background-image: url("/nc_assets/img/setlistest.png");
    background-size: contain
    background-repeat: no-repeat;
   }
   }
}}
}}

Revision as of 02:50, 21 August 2024

{{#css:
  body {
    background: #f0f0f0;
    background-image: url("/nc_assets/img/setlistest.png");
    background-size: contain
    background-repeat: no-repeat;
  }
}}