User:4erospace/sandbox: Difference between revisions
m CSS test |
m CSS test |
||
Line 3: | Line 3: | ||
height: 100px; | height: 100px; | ||
width: auto; | width: auto; | ||
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: | 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> |