MediaWiki:MyStyles.css: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#css:
<div style="position: relative; min-height: 100vh;">
  body {
     <!-- Основное содержимое страницы здесь -->
    background: #f0f0f0;
    <img src="/nc_assets/img/setlistest.png" style="position: absolute; bottom: 0; left: 0; z-index: 1; pointer-events: none;" alt="Decorative Image">
     background-image: url("/nc_assets/img/setlistest.png");
</div>
    background-size: contain;
    background-repeat: no-repeat;
  }
}}

Latest revision as of 02:55, 21 August 2024

<div style="position: relative; min-height: 100vh;">
    <!-- Основное содержимое страницы здесь -->
    <img src="/nc_assets/img/setlistest.png" style="position: absolute; bottom: 0; left: 0; z-index: 1; pointer-events: none;" alt="Decorative Image">
</div>