MediaWiki:MyStyles.css: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
     background: #f0f0f0;
     background: #f0f0f0;
     background-image: url("/nc_assets/img/setlistest.png");
     background-image: url("/nc_assets/img/setlistest.png");
     background-size: contain
     background-size: contain;
     background-repeat: no-repeat;
     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;
  }
}}