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: 150px; | ||
width: 100%; | width: 100%; | ||
border: solid; | border: solid; | ||
border-width: 2px; | border-width: 2px; | ||
border-radius: 10px; | border-radius: 10px; | ||
border-color: # | border-color: #eaecf0; | ||
padding: 30px; | |||
} | } | ||