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: | 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; | ||
} | } | ||
#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> |