Jump to content

User:4erospace/sandbox: Difference between revisions

m CSS test
m CSS test
Line 3: Line 3:
     height: 100px;
     height: 100px;
     width: auto;
     width: auto;
     text-align: center;
      
    display: flex;
    justify-content: center;
    align-items: center;
   
     border: solid;
     border: solid;
     border-width: 2px;
     border-width: 2px;
Line 11: Line 15:


   #welcome-message {
   #welcome-message {
     font-size: 120%;
     font-size: 130%;
  }
 
  @media screen {
html.skin-theme-clientpref-night #welcome-box {
border-color: #404244;
}
   }
   }
}}
}}
<div id="welcome-box"><h3 id="welcome-message">Welcome to the Alathra Wiki</h3></div>
<div id="welcome-box"><h3 id="welcome-message">Welcome to the Alathra Wiki</h3></div>

Revision as of 14:01, 1 June 2025

Welcome to the Alathra Wiki