User:4erospace/sandbox: Difference between revisions

m CSS test
m CSS test
Line 3: Line 3:
     height: 100px;
     height: 100px;
     width: auto;
     width: auto;
    margin: auto;
     border: solid;
     border: solid;
     border-width: 2px;
     border-width: 2px;
Line 11: Line 12:
   #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>