Jump to content

User:4erospace/sandbox: Difference between revisions

m CSS test
m CSS test
Line 1: Line 1:
__NOTOC____NOEDITSECTION____NOTITLE__{{#css:
__NOTOC____NOEDITSECTION____NOTITLE__{{#css:
   #welcome-box {
   #welcome-box {
     height: 150px;
     height: 100px;
     width: auto;
     width: auto;
     border: solid;
     border: solid;
Line 7: Line 7:
     border-radius: 10px;
     border-radius: 10px;
     border-color: #eaecf0;
     border-color: #eaecf0;
    padding: 30px;
   }
   }


   #welcome-message {
   #welcome-message {
     font-size: 120%;
     font-size: 120%;
    margin: auto;
   }
   }
}}
}}
<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 13:56, 1 June 2025

Welcome to the Alathra Wiki