More actions
m Working on template {{Banner}}. |
m Coding and testing. |
||
| Line 1: | Line 1: | ||
<div style=" | <div style=" | ||
margin: 1em auto; | margin: 1em auto; | ||
border: 1.5px solid {{{border|{{{color|red}}}}}}; | border: 1.5px solid {{{border|{{{color|red}}}}}}; | ||
border-radius: 8px; | border-radius: 8px; | ||
padding: 0.6em; | padding: 0.6em; | ||
width: 85%; | width: 85%; | ||
background-color: {{{color|dimgray}}}; | overflow: hidden; /* To stop the div from overlapping floating elements. */ | ||
color: {{{text|white}}}; | background-color: {{{color|dimgray}}}; | ||
color: {{{text|white}}}; | |||
text-align: center; | text-align: center; | ||
">{{{1|{{Co|orange|Content is missing!}}}}}</div> | ">{{{1|{{Co|orange|Content is missing!}}}}}</div> | ||